summaryrefslogtreecommitdiffstats
path: root/man1/git-for-each-ref.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-for-each-ref.1')
-rw-r--r--man1/git-for-each-ref.113
1 files changed, 9 insertions, 4 deletions
diff --git a/man1/git-for-each-ref.1 b/man1/git-for-each-ref.1
index 00a7827db..d9f288247 100644
--- a/man1/git-for-each-ref.1
+++ b/man1/git-for-each-ref.1
@@ -2,12 +2,12 @@
.\" Title: git-for-each-ref
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-03-01
+.\" Date: 2024-03-05
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.84.gb387623c12
+.\" Source: Git 2.44.0.117.g43072b4ca1
.\" Language: English
.\"
-.TH "GIT\-FOR\-EACH\-REF" "1" "2024\-03\-01" "Git 2\&.44\&.0\&.84\&.gb387623" "Git Manual"
+.TH "GIT\-FOR\-EACH\-REF" "1" "2024\-03\-05" "Git 2\&.44\&.0\&.117\&.g43072b" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -34,7 +34,7 @@ git-for-each-ref \- Output information on each ref
.nf
\fIgit for\-each\-ref\fR [\-\-count=<count>] [\-\-shell|\-\-perl|\-\-python|\-\-tcl]
[(\-\-sort=<key>)\&...] [\-\-format=<format>]
- [ \-\-stdin | <pattern>\&... ]
+ [\-\-include\-root\-refs] [ \-\-stdin | <pattern>\&... ]
[\-\-points\-at=<object>]
[\-\-merged[=<object>]] [\-\-no\-merged[=<object>]]
[\-\-contains[=<object>]] [\-\-no\-contains[=<object>]]
@@ -171,6 +171,11 @@ If one or more patterns are given, only refs which do not match any excluded pat
\fB<pattern>\fR
above\&.
.RE
+.PP
+\-\-include\-root\-refs
+.RS 4
+List root refs (HEAD and pseudorefs) apart from regular refs\&.
+.RE
.SH "FIELD NAMES"
.sp
Various values from structured fields in referenced objects can be used to interpolate into the resulting output, or as sort keys\&.