summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-08 12:48:38 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-08 12:48:38 -0700
commitd75148af8e54fe1d655796c75a601e5f79804808 (patch)
tree1aed2433cb2e2d7db853a72387f48ec081ce01dc /git-update-index.html
parent624dd4c072be7e13e57519eb729f35089386fec9 (diff)
downloadgit-htmldocs-d75148af8e54fe1d655796c75a601e5f79804808.tar.gz
Autogenerated HTML docs for v1.9.1-506-g7bf27
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 4f48329a7..99465f106 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -753,7 +753,7 @@ git-update-index(1) Manual Page
<pre class="content"><em>git update-index</em>
[--add] [--remove | --force-remove] [--replace]
[--refresh] [-q] [--unmerged] [--ignore-missing]
- [(--cacheinfo &lt;mode&gt; &lt;object&gt; &lt;file&gt;)&#8230;]
+ [(--cacheinfo &lt;mode&gt;,&lt;object&gt;,&lt;file&gt;)&#8230;]
[--chmod=(+|-)x]
[--[no-]assume-unchanged]
[--[no-]skip-worktree]
@@ -850,11 +850,17 @@ using the various options:</p></div>
</p>
</dd>
<dt class="hdlist1">
+--cacheinfo &lt;mode&gt;,&lt;object&gt;,&lt;path&gt;
+</dt>
+<dt class="hdlist1">
--cacheinfo &lt;mode&gt; &lt;object&gt; &lt;path&gt;
</dt>
<dd>
<p>
- Directly insert the specified info into the index.
+ Directly insert the specified info into the index. For
+ backward compatibility, you can also give these three
+ arguments as three separate parameters, but new users are
+ encouraged to use a single-parameter form.
</p>
</dd>
<dt class="hdlist1">
@@ -1298,7 +1304,7 @@ ctime for marking files processed) (see <a href="git-config.html">git-config(1)<
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2014-04-08 12:47:26 PDT
</div>
</div>
</body>