-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathguilt-refresh.txt
More file actions
40 lines (31 loc) · 884 Bytes
/
Copy pathguilt-refresh.txt
File metadata and controls
40 lines (31 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
guilt-refresh(1)
================
NAME
----
guilt-refresh - Refresh topmost applied patch
SYNOPSIS
--------
include::usage-guilt-refresh.txt[]
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 <[email protected]>
Documentation
-------------
Documentation by Josef "Jeff" Sipek <[email protected]>
include::footer.txt[]