summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-12 14:22:19 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-12 14:22:19 +0900
commit51a55bc4ecf70f5836e65d13a82c613e070ac990 (patch)
treed880c033a10533f5379a99968f475d667d3fd40f /gitignore.html
parentcd56dd5585d64b65937fe5001d2f24fa39f254dd (diff)
downloadgit-htmldocs-51a55bc4ecf70f5836e65d13a82c613e070ac990.tar.gz
Autogenerated HTML docs for v2.31.1-606-gdf6c4f
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/gitignore.html b/gitignore.html
index 850cb9953..070727f33 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -957,6 +957,9 @@ those in <code>$GIT_DIR/info/exclude</code>.</p></div>
not tracked by Git remain untracked.</p></div>
<div class="paragraph"><p>To stop tracking a file that is currently tracked, use
<em>git rm --cached</em>.</p></div>
+<div class="paragraph"><p>Git does not follow symbolic links when accessing a <code>.gitignore</code> file in
+the working tree. This keeps behavior consistent when the file is
+accessed from the index or a tree versus from the filesystem.</p></div>
</div>
</div>
<div class="sect1">
@@ -1069,7 +1072,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-03-23 06:17:33 JST
+ 2021-05-12 14:17:56 JST
</div>
</div>
</body>