Skip to content

Commit

Permalink
show-branch --reflog: add documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 26, 2006
1 parent 2cf0223 commit abc8ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/git-show-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit abc8ab1

Please sign in to comment.