summaryrefslogtreecommitdiffstats
path: root/man1/git-check-attr.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-check-attr.1')
-rw-r--r--man1/git-check-attr.115
1 files changed, 10 insertions, 5 deletions
diff --git a/man1/git-check-attr.1 b/man1/git-check-attr.1
index c43b416af..0151d6a7d 100644
--- a/man1/git-check-attr.1
+++ b/man1/git-check-attr.1
@@ -2,12 +2,12 @@
.\" Title: git-check-attr
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 01/21/2023
+.\" Date: 01/23/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.1.308.g56c8fb1e95
+.\" Source: Git 2.39.1.348.g5dec958dcf
.\" Language: English
.\"
-.TH "GIT\-CHECK\-ATTR" "1" "01/21/2023" "Git 2\&.39\&.1\&.308\&.g56c8fb" "Git Manual"
+.TH "GIT\-CHECK\-ATTR" "1" "01/23/2023" "Git 2\&.39\&.1\&.348\&.g5dec95" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,8 +32,8 @@ git-check-attr \- Display gitattributes information
.SH "SYNOPSIS"
.sp
.nf
-\fIgit check\-attr\fR [\-a | \-\-all | <attr>\&...] [\-\-] <pathname>\&...
-\fIgit check\-attr\fR \-\-stdin [\-z] [\-a | \-\-all | <attr>\&...]
+\fIgit check\-attr\fR [\-\-source <tree\-ish>] [\-a | \-\-all | <attr>\&...] [\-\-] <pathname>\&...
+\fIgit check\-attr\fR \-\-stdin [\-z] [\-\-source <tree\-ish>] [\-a | \-\-all | <attr>\&...]
.fi
.sp
.SH "DESCRIPTION"
@@ -67,6 +67,11 @@ The output format is modified to be machine\-parsable\&. If
is also given, input paths are separated with a NUL character instead of a linefeed character\&.
.RE
.PP
+\-\-source=<tree\-ish>
+.RS 4
+Check attributes against the specified tree\-ish\&. It is common to specify the source tree by naming a commit, branch or tag associated with it\&.
+.RE
+.PP
\-\-
.RS 4
Interpret all preceding arguments as attributes and all following arguments as path names\&.