1STG-LOG(1) StGit Manual STG-LOG(1)
2
3
4
6 stg-log - Display or optionally clear 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
19 Given the --clear option, the log history will be deleted. This may be
20 useful if the tree view has become too cluttered to be useful.
21
23 -b BRANCH, --branch BRANCH
24 Use BRANCH instead of the default one.
25
26 -d, --diff
27 Show the refresh diffs.
28
29 -n NUMBER, --number NUMBER
30 Limit the output to NUMBER commits.
31
32 -f, --full
33 Show the full commit ids.
34
35 -g, --graphical
36 Run gitk instead of printing.
37
38 --clear
39 Clear the log history.
40
42 Part of the StGit suite - see stg(1)
43
44
45
46StGit 1.5 01/21/2023 STG-LOG(1)