Skip to content

Commit 5c7eee0

Browse files
jidannigitster
authored andcommitted
git-show-branch doc: show -g as synonym to --reflog in the list
Signed-off-by: jidanni <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1ff064 commit 5c7eee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-show-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ OPTIONS
9999
will show the revisions given by "git rev-list {caret}master
100100
topic1 topic2"
101101

102+
-g::
102103
--reflog[=<n>[,<base>]] [<ref>]::
103104
Shows <n> most recent ref-log entries for the given
104105
ref. If <base> is given, <n> entries going back from
105106
that entry. <base> can be specified as count or date.
106-
`-g` can be used as a short-hand for this option. When
107-
no explicit <ref> parameter is given, it defaults to the
107+
When no explicit <ref> parameter is given, it defaults to the
108108
current branch (or `HEAD` if it is detached).
109109

110110
Note that --more, --list, --independent and --merge-base options

0 commit comments

Comments
 (0)