X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=ba5313d51f8ba8380bd5519bf0c15a491a9bc83a;hb=89df580d0a2e97b0c7c072d87e5e815534deed56;hp=529f3a648a28a6001aa466202f1658091fe219a8;hpb=76a44c5c0b25b1dbde56d17353d5b0821b7c6981;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 529f3a648..ba5313d51 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -11,7 +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[=[,]] [--list] +'git-show-branch' (-g|--reflog)[=[,]] [--list] [] DESCRIPTION ----------- @@ -97,11 +97,13 @@ OPTIONS will show the revisions given by "git rev-list {caret}master topic1 topic2" ---reflog[=[,]] :: +--reflog[=[,]] []:: Shows most recent ref-log entries for the given ref. If is given, entries going back from - that entry. can be specified as count or date - + that entry. can be specified as count or date. + `-g` can be used as a short-hand for this option. When + no explicit parameter is given, it defaults to the + current branch (or `HEAD` if it is detached). Note that --more, --list, --independent and --merge-base options are mutually exclusive.