X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=d3f258869f5d441bea16b46d8030eb64ecb7df99;hb=55e839e378416b70720308e86439e2ad6ecccc4a;hp=de9e8f885f794692bcc45b871e791ebbd7c806cd;hpb=1947bdbc31e8e1419bdfe90d2357c68919189c30;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index de9e8f885..d3f258869 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -8,10 +8,10 @@ git-show-branch - Show branches and their commits SYNOPSIS -------- [verse] -'git-show-branch' [--all] [--remotes] [--topo-order] [--current] +'git show-branch' [--all] [--remotes] [--topo-order] [--current] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [ | ]... -'git-show-branch' (-g|--reflog)[=[,]] [--list] [] +'git show-branch' (-g|--reflog)[=[,]] [--list] [] DESCRIPTION ----------- @@ -29,7 +29,7 @@ no nor is given on the command line. OPTIONS ------- :: - Arbitrary extended SHA1 expression (see `git-rev-parse`) + Arbitrary extended SHA1 expression (see linkgit:git-rev-parse[1]) that typically names a branch HEAD or a tag. :: @@ -182,7 +182,7 @@ topologically related with each other. Author ------ -Written by Junio C Hamano +Written by Junio C Hamano Documentation