summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-17 16:05:41 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-17 16:05:41 -0700
commit65e97135d3be858a936abb9108e6ee1be0e80015 (patch)
treefc18f88c3bcd7696271ebb198ae0f90a88b40556 /git.txt
parentd37473e2a262d1f0e9c59977086e3cc740b6278f (diff)
downloadgit-htmldocs-65e97135d3be858a936abb9108e6ee1be0e80015.tar.gz
Autogenerated HTML docs for v2.41.0-rc0-4-g004e0
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index 54b043899..f0cafa229 100644
--- a/git.txt
+++ b/git.txt
@@ -212,6 +212,11 @@ If you just want to run git as if it was started in `<path>` then use
nohelpers (exclude helper commands), alias and config
(retrieve command list from config variable completion.commands)
+--attr-source=<tree-ish>::
+ Read gitattributes from <tree-ish> instead of the worktree. See
+ linkgit:gitattributes[5]. This is equivalent to setting the
+ `GIT_ATTR_SOURCE` environment variable.
+
GIT COMMANDS
------------
@@ -686,6 +691,9 @@ for further details.
tells Git not to verify the SSL certificate when fetching or
pushing over HTTPS.
+`GIT_ATTR_SOURCE`::
+ Sets the treeish that gitattributes will be read from.
+
`GIT_ASKPASS`::
If this environment variable is set, then Git commands which need to
acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)