diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-11-30 11:35:23 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-30 15:09:40 -0800 |
commit | 10455d2a955a29db1809be139177e4e298771eb0 (patch) | |
tree | 87113e5f4cc8ee2fd679f27de3cc98ac39138046 /configure.ac | |
parent | 67d232426b8858b31e54a9b6a5a90916690d1153 (diff) | |
download | git-10455d2a955a29db1809be139177e4e298771eb0.tar.gz |
Replace the word 'update-cache' by 'update-index' everywhere
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ab516db379..8dfe9a0e12 100644 --- a/configure.ac +++ b/configure.ac @@ -397,7 +397,7 @@ GIT_PARSE_WITH(iconv)) # times (my ext3 doesn't). # # Define USE_STDEV below if you want git to care about the underlying device -# change being considered an inode change from the update-cache perspective. +# change being considered an inode change from the update-index perspective. ## Output files |