doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-diff.txt
blob0ee062c80bd7c959d4e50ab23393c3761905d05a
1 guilt-diff(1)
2 =============
4 NAME
5 ----
6 guilt-diff - Outputs various diffs
8 SYNOPSIS
9 --------
10 include::usage-guilt-diff.txt[]
12 DESCRIPTION
13 -----------
14 Outputs top-most applied diff and any additional changes in the working
15 directory to standard output.
17 OPTIONS
18 -------
19 -z::
20         Output a interdiff against the top-most applied patch. This should
21         produce the same diff as "+guilt new -f foo+".
23 <path>...::
24         Restrict diff output to a given set of files.
26 Author
27 ------
28 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
30 Documentation
31 -------------
32 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
34 include::footer.txt[]