diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-12-19 13:14:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-19 19:10:46 -0800 |
commit | 04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2 (patch) | |
tree | f2756934c58c5f1e0e94709009847894af512b9c /Documentation/git-show-branch.txt | |
parent | 87c8a56e4f71cc7e22c16caa4adc2ae17f6aa93d (diff) | |
download | git-04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2.tar.gz |
Documentation: fix typos, grammar, asciidoc syntax
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r-- | Documentation/git-show-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index d3f258869f..fb269fff87 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -30,7 +30,7 @@ OPTIONS ------- <rev>:: Arbitrary extended SHA1 expression (see linkgit:git-rev-parse[1]) - that typically names a branch HEAD or a tag. + that typically names a branch head or a tag. <glob>:: A glob pattern that matches branch or tag names under |