summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ea2232)
raw | patch | inline | side by side (parent: 3ea2232)
author | Vincent van Ravesteijn <vfr@lyx.org> | |
Tue, 6 Mar 2012 09:32:44 +0000 (10:32 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 Mar 2012 19:43:22 +0000 (11:43 -0800) |
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>
Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt | patch | blob | history |
index d3a923a57a1b717fb6f8de4b7cf576324821249e..cfceac56d294fd27e2e04020cfac54eba33b03cc 100644 (file)
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