branch doc: change `git branch <pattern>` to use `<branchname>`
Change an example for `git branch <pattern>` to say `git branch <branchname>` 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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
Mar 23, 2017 at 12:03 UTC
b66f3b6bba3a4e0210f8d63ce456f3055c8aa85d
1 file changed
+1
-1
Documentation/git-branch.txt
+1
-1
@@ -142,7 +142,7 @@ This option is only applicable in non-verbose mode.
142
List both remote-tracking branches and local branches.
143
144
--list::
145
- Activate the list mode. `git branch <pattern>` would try to create a branch,
145
+ Activate the list mode. `git branch <branchname>` would try to create a branch,
146
use `git branch --list <pattern>` to list matching branches.
147
148
-v::