X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-show-branch.txt;h=f115b45ef61567b18f6686d12dd168e68f83cb02;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=7b1a9c98756bdc362a244827da601042ee290a43;hpb=0620db36f85788193de2102884ff8dd94222660f;p=git.git diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 7b1a9c98..f115b45e 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -3,14 +3,14 @@ git-show-branch(1) NAME ---- -git-show-branch - Show branches and their commits. +git-show-branch - Show branches and their commits SYNOPSIS -------- [verse] -git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current] - [--more= | --list | --independent | --merge-base] - [--no-name | --sha1-name] [ | ]... +'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current] + [--more= | --list | --independent | --merge-base] + [--no-name | --sha1-name] [ | ]... DESCRIPTION ----------- @@ -141,7 +141,7 @@ it, having the following in the configuration file may help: ------------ -With this,`git show-branch` without extra parameters would show +With this, `git show-branch` without extra parameters would show only the primary branches. In addition, if you happen to be on your topic branch, it is shown as well.