Git fork

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>

authored by

Johannes Schindelin and committed by
Junio C Hamano
10455d2a 67d23242

+9 -9
+1 -1
Documentation/user-manual.txt
··· 3706 3706 NOTE! A `--remove` flag does 'not' mean that subsequent filenames will 3707 3707 necessarily be removed: if the files still exist in your directory 3708 3708 structure, the index will be updated with their new status, not 3709 - removed. The only thing `--remove` means is that update-cache will be 3709 + removed. The only thing `--remove` means is that update-index will be 3710 3710 considering a removed file to be a valid thing, and if the file really 3711 3711 does not exist any more, it will update the index accordingly. 3712 3712
+1 -1
Makefile
··· 107 107 # times (my ext3 doesn't). 108 108 # 109 109 # Define USE_STDEV below if you want git to care about the underlying device 110 - # change being considered an inode change from the update-cache perspective. 110 + # change being considered an inode change from the update-index perspective. 111 111 # 112 112 # Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8 113 113 #
+1 -1
configure.ac
··· 397 397 # times (my ext3 doesn't). 398 398 # 399 399 # Define USE_STDEV below if you want git to care about the underlying device 400 - # change being considered an inode change from the update-cache perspective. 400 + # change being considered an inode change from the update-index perspective. 401 401 402 402 403 403 ## Output files
+1 -1
t/t4000-diff-format.sh
··· 16 16 chmod +x path1 17 17 18 18 test_expect_success \ 19 - 'update-cache --add two files with and without +x.' \ 19 + 'update-index --add two files with and without +x.' \ 20 20 'git update-index --add path0 path1' 21 21 22 22 mv path0 path0-
+1 -1
t/t4001-diff-rename.sh
··· 27 27 ' 28 28 29 29 test_expect_success \ 30 - 'update-cache --add a file.' \ 30 + 'update-index --add a file.' \ 31 31 'git update-index --add path0' 32 32 33 33 test_expect_success \
+1 -1
t/t4100/t-apply-1.patch
··· 90 90 diff --git a/Makefile b/Makefile 91 91 --- a/Makefile 92 92 +++ b/Makefile 93 - @@ -30,7 +30,7 @@ PROG= git-update-cache git-diff-files 93 + @@ -30,7 +30,7 @@ PROG= git-update-index git-diff-files 94 94 git-checkout-cache git-diff-tree git-rev-tree git-ls-files \ 95 95 git-check-files git-ls-tree git-merge-base git-merge-cache \ 96 96 git-unpack-file git-export git-diff-cache git-convert-cache \
+1 -1
t/t4100/t-apply-2.patch
··· 9 9 - git-deltafy-script 10 10 + git-deltafy-script git-fetch-script 11 11 12 - PROG= git-update-cache git-diff-files git-init-db git-write-tree \ 12 + PROG= git-update-index git-diff-files git-init-db git-write-tree \ 13 13 git-read-tree git-commit-tree git-cat-file git-fsck-cache \ 14 14 diff --git a/git-pull-script b/git-fetch-script 15 15 similarity index 87%
+1 -1
t/t4100/t-apply-5.patch
··· 200 200 diff a/Makefile b/Makefile 201 201 --- a/Makefile 202 202 +++ b/Makefile 203 - @@ -30,7 +30,7 @@ PROG= git-update-cache git-diff-files 203 + @@ -30,7 +30,7 @@ PROG= git-update-index git-diff-files 204 204 git-checkout-cache git-diff-tree git-rev-tree git-ls-files \ 205 205 git-check-files git-ls-tree git-merge-base git-merge-cache \ 206 206 git-unpack-file git-export git-diff-cache git-convert-cache \
+1 -1
t/t4100/t-apply-6.patch
··· 8 8 - git-deltafy-script 9 9 + git-deltafy-script git-fetch-script 10 10 11 - PROG= git-update-cache git-diff-files git-init-db git-write-tree \ 11 + PROG= git-update-index git-diff-files git-init-db git-write-tree \ 12 12 git-read-tree git-commit-tree git-cat-file git-fsck-cache \ 13 13 diff a/git-fetch-script b/git-fetch-script 14 14 --- /dev/null