aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorAaron Lipman <alipman88@gmail.com>2020-09-15 22:08:39 -0400
committerJunio C Hamano <gitster@pobox.com>2020-09-16 12:38:09 -0700
commit415af72b174802a45300039ef2bc1127d48dc0c0 (patch)
tree5467912f3d5dc1ee808e3a63f780747e6bd4b133 /Documentation/git-branch.txt
parentb775d8122ecec94a99c1a6588a38455cdd41d8e2 (diff)
downloadgit-415af72b174802a45300039ef2bc1127d48dc0c0.tar.gz
Doc: cover multiple contains/no-contains filters
Update documentation for "git branch", "git for-each-ref" and "git tag" with notes explaining what happens when passed multiple --contains or --no-contains filters. This behavior is useful to document prior to enabling multiple merged/no-merged filters, in order to demonstrate consistent behavior between merged/no-merged and contains/no-contains filters. Signed-off-by: Aaron Lipman <alipman88@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 03c0824d52..aa5e4da142 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -370,6 +370,8 @@ serve four related but different purposes:
- `--no-merged` is used to find branches which are candidates for merging
into HEAD, since those branches are not fully contained by HEAD.
+include::filters.txt[]
+
SEE ALSO
--------
linkgit:git-check-ref-format[1],