summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-21 16:10:09 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-21 16:10:09 -0700
commitb94a214e2e2644773748f3a4666d3acd7c1294df (patch)
tree868cda3c77b2a0a747491bb5adad04ea9dee4aff /git-for-each-ref.txt
parentaedeeaeb2294e47414178658ce93162ff4890da1 (diff)
downloadgit-htmldocs-b94a214e2e2644773748f3a4666d3acd7c1294df.tar.gz
Autogenerated HTML docs for v2.41.0-394-ge43f4
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 2e0318770..d9588767a 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -14,6 +14,7 @@ SYNOPSIS
[--points-at=<object>]
[--merged[=<object>]] [--no-merged[=<object>]]
[--contains[=<object>]] [--no-contains[=<object>]]
+ [--exclude=<pattern> ...]
DESCRIPTION
-----------
@@ -102,6 +103,11 @@ OPTIONS
Do not print a newline after formatted refs where the format expands
to the empty string.
+--exclude=<pattern>::
+ If one or more patterns are given, only refs which do not match
+ any excluded pattern(s) are shown. Matching is done using the
+ same rules as `<pattern>` above.
+
FIELD NAMES
-----------