aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorVincent van Ravesteijn <vfr@lyx.org>2012-03-06 10:32:44 +0100
committerJunio C Hamano <gitster@pobox.com>2012-03-06 11:43:22 -0800
commitebab98942069400b12aa357c95e3e8f7a4f26bab (patch)
tree783037c39dd1b3c70ac702888a4afd46d6443d72 /Documentation/git-branch.txt
parent3ea2232d8d273af2cac9bb57b9af80cfe6fa4b22 (diff)
downloadgit-ebab98942069400b12aa357c95e3e8f7a4f26bab.tar.gz
Documentation/git-branch: fix a typo
Fix a typo by replacing 'tag' with 'branch'. Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index d3a923a57a..cfceac56d2 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -25,7 +25,7 @@ branches to be listed, and option `-a` shows both. This list mode is also
activated by the `--list` option (see below).
<pattern> restricts the output to matching branches, the pattern is a shell
wildcard (i.e., matched using fnmatch(3)).
-Multiple patterns may be given; if any of them matches, the tag is shown.
+Multiple patterns may be given; if any of them matches, the branch is shown.
With `--contains`, shows only the branches that contain the named commit
(in other words, the branches whose tip commits are descendants of the