patchbomb: Git parses the patch mboxes and extracts Cc lines automatically
[guilt.git] / Documentation / guilt-refresh.txt
blobd0a8a733cc08a5537fd924910c7bbed039f1546d
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 Author
27 ------
28 Written by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
30 Documentation
31 -------------
32 Documentation by Josef "Jeff" Sipek <jsipek@cs.sunysb.edu>
34 include::footer.txt[]