guilt: Working around missing touch -d on Darwin.
[guilt.git] / Documentation / guilt-refresh.txt
blob7757bdc8a5a2d6cb1b138ce2a15e2008e9ea74f2
1 guilt-refresh(1)
2 ================
4 NAME
5 ----
6 guilt-refresh - Refresh topmost applied patch
8 SYNOPSIS
9 --------
10 include::usage-guilt-refresh.txt[]
12 DESCRIPTION
13 -----------
14 Refresh topmost applied patch with changes in the working copy.
16 OPTIONS
17 -------
18 --git::
19         Generate a patch which uses all the features offered by the git diff
20         format (e.g., rename and copy detection).
22 --diffstat::
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
27 option "guilt.diffstat" will be queried. So this would enable diffstat
28 output by default:
30         git config --global guilt.diffstat true
32 Author
33 ------
34 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
36 Documentation
37 -------------
38 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
40 include::footer.txt[]