Skip to content
Snippets Groups Projects
Commit ebab9894 authored by Vincent van Ravesteijn's avatar Vincent van Ravesteijn Committed by Junio C Hamano
Browse files

Documentation/git-branch: fix a typo


Fix a typo by replacing 'tag' with 'branch'.

Signed-off-by: default avatarVincent van Ravesteijn <vfr@lyx.org>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 3ea2232d
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ branches to be listed, and option `-a` shows both. This list mode is also ...@@ -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). activated by the `--list` option (see below).
<pattern> restricts the output to matching branches, the pattern is a shell <pattern> restricts the output to matching branches, the pattern is a shell
wildcard (i.e., matched using fnmatch(3)). 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 With `--contains`, shows only the branches that contain the named commit
(in other words, the branches whose tip commits are descendants of the (in other words, the branches whose tip commits are descendants of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment