summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
commitb7e497f81b86f5ab135de8db416ff0b2d7796546 (patch)
treee243986f24bbf00a72958e0d252b6f65db091bb7 /git.html
parentdac867775900042e677de3ba4969a64f9582c95f (diff)
downloadgit-htmldocs-b7e497f81b86f5ab135de8db416ff0b2d7796546.tar.gz
Autogenerated HTML docs for v2.25.0-232-gd8437
Diffstat (limited to 'git.html')
-rw-r--r--git.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/git.html b/git.html
index 8fa1e2a59..5745d5019 100644
--- a/git.html
+++ b/git.html
@@ -910,10 +910,22 @@ foo.bar= ...</code>) sets <code>foo.bar</code> to the empty string which <code>g
</dt>
<dd>
<p>
- Set the path to the repository. This can also be controlled by
- setting the <code>GIT_DIR</code> environment variable. It can be an absolute
- path or relative path to current working directory.
-</p>
+ Set the path to the repository (".git" directory). This can also be
+ controlled by setting the <code>GIT_DIR</code> environment variable. It can be
+ an absolute path or relative path to current working directory.
+</p>
+<div class="paragraph"><p>Specifying the location of the ".git" directory using this
+option (or <code>GIT_DIR</code> environment variable) turns off the
+repository discovery that tries to find a directory with
+".git" subdirectory (which is how the repository and the
+top-level of the working tree are discovered), and tells Git
+that you are at the top level of the working tree. If you
+are not at the top-level directory of the working tree, you
+should tell Git where the top-level of the working tree is,
+with the <code>--work-tree=&lt;path&gt;</code> option (or <code>GIT_WORK_TREE</code>
+environment variable)</p></div>
+<div class="paragraph"><p>If you just want to run git as if it was started in <code>&lt;path&gt;</code> then use
+<code>git -C &lt;path&gt;</code>.</p></div>
</dd>
<dt class="hdlist1">
--work-tree=&lt;path&gt;
@@ -3354,7 +3366,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2020-01-30 15:16:48 PST
+ 2020-02-12 13:38:42 PST
</div>
</div>
</body>