diff options
author | jidanni@jidanni.org <jidanni@jidanni.org> | 2009-01-06 11:14:02 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-04 15:08:08 -0800 |
commit | 5c7eee03da32ac8ff5e91159670558b0d7fb9b1a (patch) | |
tree | d46ccac48eadaafc9a4fcd80dce9f69971ee9b94 /Documentation/git-show-branch.txt | |
parent | e1ff064e1bffedb917c491681b7bfd4d66633ef5 (diff) | |
download | git-5c7eee03da32ac8ff5e91159670558b0d7fb9b1a.tar.gz |
git-show-branch doc: show -g as synonym to --reflog in the list
Signed-off-by: jidanni <jidanni@jidanni.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r-- | Documentation/git-show-branch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 8277577a6f..7e9ff3762b 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -99,12 +99,12 @@ OPTIONS will show the revisions given by "git rev-list {caret}master topic1 topic2" +-g:: --reflog[=<n>[,<base>]] [<ref>]:: Shows <n> most recent ref-log entries for the given ref. If <base> is given, <n> entries going back from that entry. <base> can be specified as count or date. - `-g` can be used as a short-hand for this option. When - no explicit <ref> parameter is given, it defaults to the + When no explicit <ref> parameter is given, it defaults to the current branch (or `HEAD` if it is detached). Note that --more, --list, --independent and --merge-base options |