summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-08 00:32:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-08 00:32:53 +0000
commit3d30fd50da4218bf2dddc680132f2688108d94e4 (patch)
treed4ed1c6ce3b42cfebd1bbf17dc37fa0559822496 /git-update-index.txt
parent67fad6d5cb982faa5da32370c961f9e00f018d2d (diff)
downloadgit-htmldocs-3d30fd50da4218bf2dddc680132f2688108d94e4.tar.gz
Autogenerated HTML docs for v1.5.2-rc2-21-g3082
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index cd5e014d4..6cfbd9a84 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -27,6 +27,9 @@ Modifies the index or directory cache. Each file mentioned is updated
into the index and any 'unmerged' or 'needs updating' state is
cleared.
+See also gitlink:git-add[1] for a more user-friendly way to do some of
+the most common operations on the index.
+
The way "git-update-index" handles files it is told about can be modified
using the various options:
@@ -306,7 +309,8 @@ The command looks at `core.ignorestat` configuration variable. See
See Also
--------
-gitlink:git-config[1]
+gitlink:git-config[1],
+gitlink:git-add[1]
Author