summaryrefslogtreecommitdiff
path: root/Documentation/git-show-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-26 08:11:50 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-26 08:11:50 (GMT)
commitabc8ab19ae72e811335c847166228362035b22c0 (patch)
tree73fb4617d6d00f3163fba0d4a259f8c8ffa15426 /Documentation/git-show-branch.txt
parent2cf0223ba48ae51af03de486e119fd7a36e1b0ee (diff)
downloadgit-abc8ab19ae72e811335c847166228362035b22c0.zip
git-abc8ab19ae72e811335c847166228362035b22c0.tar.gz
git-abc8ab19ae72e811335c847166228362035b22c0.tar.bz2
show-branch --reflog: add documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r--Documentation/git-show-branch.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index dafacd4..912e15b 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -11,6 +11,7 @@ SYNOPSIS
'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
+'git-show-branch' --reflog[=<n>] <ref>
DESCRIPTION
-----------
@@ -96,6 +97,10 @@ OPTIONS
will show the revisions given by "git rev-list {caret}master
topic1 topic2"
+--reflog[=<n>] <ref>::
+ Shows <n> most recent ref-log entries for the given ref.
+
+
Note that --more, --list, --independent and --merge-base options
are mutually exclusive.