series: Added -g option to start gitk
[guilt.git] / Documentation / guilt-series.txt
blob594f0ae02660b175160ebe0db11b408e4cdbaa54
1 guilt-series(1)
2 ===============
4 NAME
5 ----
6 guilt-series - Print the stack of patches
8 SYNOPSIS
9 --------
10 include::usage-guilt-series.txt[]
12 DESCRIPTION
13 -----------
14 Print the stack of patches on this branch.
16 OPTIONS
17 -------
18 -g::
19         Instead of outputing the series, start gitk and display the applied
20         patches. Ignores the verbose flag.
22 -v::
23         Verbose output; adds an = next to the top most applied patch, and a
24         + to all other applied patches
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[]