From: Junio C Hamano Date: Tue, 26 Dec 2006 08:11:50 +0000 (-0800) Subject: show-branch --reflog: add documentation. X-Git-Tag: v1.5.0-rc1~196 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abc8ab19ae72e811335c847166228362035b22c0?hp=--cc show-branch --reflog: add documentation. Signed-off-by: Junio C Hamano --- abc8ab19ae72e811335c847166228362035b22c0 diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index dafacd4308..912e15bcba 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= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [ | ]... +'git-show-branch' --reflog[=] DESCRIPTION ----------- @@ -96,6 +97,10 @@ OPTIONS will show the revisions given by "git rev-list {caret}master topic1 topic2" +--reflog[=] :: + Shows most recent ref-log entries for the given ref. + + Note that --more, --list, --independent and --merge-base options are mutually exclusive.