guilt-refresh - Man Page

Refresh topmost applied patch

Synopsis

Description

Refresh topmost applied patch with changes in the working copy.

Options

--git

Generate a patch which uses all the features offered by the git diff format (e.g., rename and copy detection).

--diffstat

Include a diffstat output in the patch file. Useful for cases where patches will be submitted with other tools.

If the command line option is omitted, the corresponding git-config(1) option "guilt.diffstat" will be queried. So this would enable diffstat output by default:

git config --global guilt.diffstat true

Author

Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Documentation

Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Guilt

Part of the guilt(7) suite (Generated for Guilt v0.36)

Notes

1.

jeffpc@josefsipek.net
mailto:jeffpc@josefsipek.net

Referenced By

guilt(7).

01/24/2024 Guilt v0.36 Guilt Manual