guilt: replace "echo && return 1" with die
[guilt.git] / Documentation / guilt-diff.txt
blobc928522bed4d25345c0d6e325b78c94fc9475d37
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 stdout.
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 Author
24 ------
25 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
27 Documentation
28 -------------
29 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
31 include::footer.txt[]