summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 14:48:09 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-22 14:48:09 -0800
commit6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9 (patch)
tree61e19c43f6d3ff81843003c365713c7213fb26f1 /gitignore.html
parent30758bdbd92da4a8a57a943699d50e65f12646a0 (diff)
downloadgit-htmldocs-6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9.tar.gz
Autogenerated HTML docs for v2.2.1-201-gbbceff
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/gitignore.html b/gitignore.html
index 27b9e095d..f49300526 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -942,8 +942,6 @@ Other consecutive asterisks are considered invalid.
<div class="sectionbody">
<div class="paragraph"><p>The purpose of gitignore files is to ensure that certain files
not tracked by Git remain untracked.</p></div>
-<div class="paragraph"><p>To ignore uncommitted changes in a file that is already tracked,
-use <em>git update-index &#45;&#45;assume-unchanged</em>.</p></div>
<div class="paragraph"><p>To stop tracking a file that is currently tracked, use
<em>git rm --cached</em>.</p></div>
</div>
@@ -1007,7 +1005,6 @@ everything within <code>foo/bar</code>):</p></div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-rm.html">git-rm(1)</a>,
-<a href="git-update-index.html">git-update-index(1)</a>,
<a href="gitrepository-layout.html">gitrepository-layout(5)</a>,
<a href="git-check-ignore.html">git-check-ignore(1)</a></p></div>
</div>
@@ -1022,7 +1019,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-11-06 15:17:42 PST
+Last updated 2014-12-22 14:47:31 PST
</div>
</div>
</body>