Skip to content

Commit

Permalink
Documentation/git-branch: fix a typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent van Ravesteijn authored and Junio C Hamano committed Mar 6, 2012
1 parent 3ea2232 commit ebab989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebab989

Please sign in to comment.