1STG-LOG(1) StGit Manual STG-LOG(1)
2
3
4
6 stg-log - Display the patch changelog
7
9 stg log [options] [--] [<patches>]
10
12 List the history of the patch stack: the stack log. If one or more
13 patch names are given, limit the list to the log entries that touch the
14 named patches.
15
16 "stg undo" and "stg redo" let you step back and forth in the patch
17 stack. "stg reset" lets you go directly to any state.
18
20 -b BRANCH, --branch BRANCH
21 Use BRANCH instead of the default one.
22
23 -d, --diff
24 Show the refresh diffs.
25
26 -n NUMBER, --number NUMBER
27 Limit the output to NUMBER commits.
28
29 -f, --full
30 Show the full commit ids.
31
32 -g, --graphical
33 Run gitk instead of printing.
34
35 --clear
36 Clear the log history.
37
39 Part of the StGit suite - see stg(1)
40
41
42
43
44StGit 07/27/2019 STG-LOG(1)