summaryrefslogtreecommitdiff
path: root/Documentation/git-show-branch.txt
diff options
context:
space:
mode:
authorŠtěpán Němec <stepan.nemec@gmail.com>2010-10-08 17:31:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-08 19:31:07 (GMT)
commit0adda9362ab080b0994355c5a3183a896a606cc0 (patch)
treeb771761820f86c51419f70be6401b38d9cad34fa /Documentation/git-show-branch.txt
parent01398df31cd5a667faa005e85eb3c9aac66aaf44 (diff)
downloadgit-0adda9362ab080b0994355c5a3183a896a606cc0.zip
git-0adda9362ab080b0994355c5a3183a896a606cc0.tar.gz
git-0adda9362ab080b0994355c5a3183a896a606cc0.tar.bz2
Use parentheses and `...' where appropriate
Remove some stray usage of other bracket types and asterisks for the same purpose. Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r--Documentation/git-show-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index 6453263..bd9f886 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -12,7 +12,7 @@ SYNOPSIS
[--current] [--color[=<when>] | --no-color] [--sparse]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics]
- [<rev> | <glob>]...
+ [(<rev> | <glob>)...]
'git show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]