From: Ævar Arnfjörð Bjarmason Date: Thu, 23 Mar 2017 12:03:26 +0000 (+0000) Subject: branch doc: change `git branch ` to use `` X-Git-Tag: v2.13.0-rc0~56^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b66f3b6bba3a4e0210f8d63ce456f3055c8aa85d;p=thirdparty%2Fgit.git branch doc: change `git branch ` to use `` Change an example for `git branch ` to say `git branch ` to be consistent with the synopsis. This changes documentation added in d8d33736b5 ("branch: allow pattern arguments", 2011-08-28). Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 28d46cc03b..6a17ca591a 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -142,7 +142,7 @@ This option is only applicable in non-verbose mode. List both remote-tracking branches and local branches. --list:: - Activate the list mode. `git branch ` would try to create a branch, + Activate the list mode. `git branch ` would try to create a branch, use `git branch --list ` to list matching branches. -v::