summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-11 01:38:02 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-11 01:38:02 -0700
commit59a5f538654f236fe02b2b1cf0412ec05c6b023a (patch)
tree45b6911dff4ba4c237b45dc9fc994195b9165f9d /git-for-each-ref.txt
parentdc8d0c30582dfb0c734e0999ffbb301067de92ef (diff)
downloadgit-htmldocs-59a5f538654f236fe02b2b1cf0412ec05c6b023a.tar.gz
Autogenerated HTML docs for v2.12.2-599-gcf11a
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 111e1be6f..03e187a10 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -11,7 +11,7 @@ SYNOPSIS
'git for-each-ref' [--count=<count>] [--shell|--perl|--python|--tcl]
[(--sort=<key>)...] [--format=<format>] [<pattern>...]
[--points-at <object>] [(--merged | --no-merged) [<object>]]
- [--contains [<object>]]
+ [--contains [<object>]] [--no-contains [<object>]]
DESCRIPTION
-----------
@@ -69,16 +69,22 @@ OPTIONS
--merged [<object>]::
Only list refs whose tips are reachable from the
- specified commit (HEAD if not specified).
+ specified commit (HEAD if not specified),
+ incompatible with `--no-merged`.
--no-merged [<object>]::
Only list refs whose tips are not reachable from the
- specified commit (HEAD if not specified).
+ specified commit (HEAD if not specified),
+ incompatible with `--merged`.
--contains [<object>]::
Only list refs which contain the specified commit (HEAD if not
specified).
+--no-contains [<object>]::
+ Only list refs which don't contain the specified commit (HEAD
+ if not specified).
+
--ignore-case::
Sorting and filtering refs are case insensitive.