summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
commit52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb (patch)
treed192843d5b628529a7b62665db83e4e79e1c347d /git-for-each-ref.txt
parent18a1532395f7adb2f9972cdc8551b3fa13f2a4a4 (diff)
downloadgit-htmldocs-52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb.tar.gz
Autogenerated HTML docs for v2.11.0-161-g6610a
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index f57e69bc8..abe13f3be 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -79,6 +79,9 @@ OPTIONS
Only list refs which contain the specified commit (HEAD if not
specified).
+--ignore-case::
+ Sorting and filtering refs are case insensitive.
+
FIELD NAMES
-----------
@@ -165,6 +168,8 @@ of all lines of the commit message up to the first blank line. The next
line is 'contents:body', where body is all of the lines after the first
blank line. The optional GPG signature is `contents:signature`. The
first `N` lines of the message is obtained using `contents:lines=N`.
+Additionally, the trailers as interpreted by linkgit:git-interpret-trailers[1]
+are obtained as 'contents:trailers'.
For sorting purposes, fields with numeric values sort in numeric order
(`objectsize`, `authordate`, `committerdate`, `creatordate`, `taggerdate`).