1GUILT-REFRESH(1) Guilt Manual GUILT-REFRESH(1)
2
3
4
6 guilt-refresh - Refresh topmost applied patch
7
10 Refresh topmost applied patch with changes in the working copy.
11
13 --git
14 Generate a patch which uses all the features offered by the git
15 diff format (e.g., rename and copy detection).
16
17 --diffstat
18 Include a diffstat output in the patch file. Useful for cases where
19 patches will be submitted with other tools.
20
21 If the command line option is omitted, the corresponding
22 git-config(1) option "guilt.diffstat" will be queried. So this
23 would enable diffstat output by default:
24
25
26 git config --global guilt.diffstat true
27
29 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
30
32 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
33
35 Part of the guilt(7) suite (Generated for Guilt v0.36)
36
38 1. jeffpc@josefsipek.net
39 mailto:jeffpc@josefsipek.net
40
41
42
43Guilt v0.36 07/25/2019 GUILT-REFRESH(1)