X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=912e15bcba54d28d7e4f71ffd3f9da923f2a6385;hb=0d313b2b7bb219542473a25ad042f4b990e69a45;hp=dafacd43080b6ab00205fab2a84617834ad5851f;hpb=f49006b0c79bb74bc500a9a3a883e929fa0f803e;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index dafacd430..912e15bcb 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.