6 guilt-refresh - Refresh topmost applied patch
10 include::usage-guilt-refresh.txt[]
14 Refresh topmost applied patch with changes in the working copy.
19 Generate a patch which uses all the features offered by the git diff
20 format (e.g., rename and copy detection).
23 Include a diffstat output in the patch file. Useful for cases where
24 patches will be submitted with other tools.
26 If the command line option is omitted, the corresponding git-config(1)
27 option "guilt.diffstat" will be queried. So this would enable diffstat
30 git config --global guilt.diffstat true
34 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
38 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>