diff options
author | Vincent van Ravesteijn <vfr@lyx.org> | 2012-03-06 10:32:44 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-06 11:43:22 -0800 |
commit | ebab98942069400b12aa357c95e3e8f7a4f26bab (patch) | |
tree | 783037c39dd1b3c70ac702888a4afd46d6443d72 /Documentation | |
parent | 3ea2232d8d273af2cac9bb57b9af80cfe6fa4b22 (diff) | |
download | git-ebab98942069400b12aa357c95e3e8f7a4f26bab.tar.gz git-ebab98942069400b12aa357c95e3e8f7a4f26bab.tar.xz |
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')
-rw-r--r-- | Documentation/git-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index d3a923a57..cfceac56d 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 |