From: Vincent van Ravesteijn Date: Tue, 6 Mar 2012 09:32:44 +0000 (+0100) Subject: Documentation/git-branch: fix a typo X-Git-Tag: v1.7.10-rc1~16^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ebab98942069400b12aa357c95e3e8f7a4f26bab;p=git.git Documentation/git-branch: fix a typo Fix a typo by replacing 'tag' with 'branch'. Signed-off-by: Vincent van Ravesteijn Signed-off-by: Junio C Hamano --- 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). 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