1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 18:36:46 +02:00

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>
This commit is contained in:
Johannes Schindelin 2007-11-30 11:35:23 +00:00 committed by Junio C Hamano
parent 67d232426b
commit 10455d2a95
9 changed files with 9 additions and 9 deletions

View File

@ -3706,7 +3706,7 @@ should use the `--remove` and `--add` flags respectively.
NOTE! A `--remove` flag does 'not' mean that subsequent filenames will NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
necessarily be removed: if the files still exist in your directory necessarily be removed: if the files still exist in your directory
structure, the index will be updated with their new status, not structure, the index will be updated with their new status, not
removed. The only thing `--remove` means is that update-cache will be removed. The only thing `--remove` means is that update-index will be
considering a removed file to be a valid thing, and if the file really considering a removed file to be a valid thing, and if the file really
does not exist any more, it will update the index accordingly. does not exist any more, it will update the index accordingly.

View File

@ -107,7 +107,7 @@ all::
# times (my ext3 doesn't). # times (my ext3 doesn't).
# #
# Define USE_STDEV below if you want git to care about the underlying device # 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.
# #
# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8 # Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
# #

View File

@ -397,7 +397,7 @@ GIT_PARSE_WITH(iconv))
# times (my ext3 doesn't). # times (my ext3 doesn't).
# #
# Define USE_STDEV below if you want git to care about the underlying device # 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 ## Output files

View File

@ -16,7 +16,7 @@ cat path0 >path1
chmod +x path1 chmod +x path1
test_expect_success \ test_expect_success \
'update-cache --add two files with and without +x.' \ 'update-index --add two files with and without +x.' \
'git update-index --add path0 path1' 'git update-index --add path0 path1'
mv path0 path0- mv path0 path0-

View File

@ -27,7 +27,7 @@ Line 15
' '
test_expect_success \ test_expect_success \
'update-cache --add a file.' \ 'update-index --add a file.' \
'git update-index --add path0' 'git update-index --add path0'
test_expect_success \ test_expect_success \

View File

@ -90,7 +90,7 @@ diff --git a/Documentation/git.txt b/Documentation/git.txt
diff --git a/Makefile b/Makefile diff --git a/Makefile b/Makefile
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -30,7 +30,7 @@ PROG= git-update-cache git-diff-files @@ -30,7 +30,7 @@ PROG= git-update-index git-diff-files
git-checkout-cache git-diff-tree git-rev-tree git-ls-files \ git-checkout-cache git-diff-tree git-rev-tree git-ls-files \
git-check-files git-ls-tree git-merge-base git-merge-cache \ git-check-files git-ls-tree git-merge-base git-merge-cache \
git-unpack-file git-export git-diff-cache git-convert-cache \ git-unpack-file git-export git-diff-cache git-convert-cache \

View File

@ -9,7 +9,7 @@ diff --git a/Makefile b/Makefile
- git-deltafy-script - git-deltafy-script
+ git-deltafy-script git-fetch-script + git-deltafy-script git-fetch-script
PROG= git-update-cache git-diff-files git-init-db git-write-tree \ PROG= git-update-index git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \
diff --git a/git-pull-script b/git-fetch-script diff --git a/git-pull-script b/git-fetch-script
similarity index 87% similarity index 87%

View File

@ -200,7 +200,7 @@ diff a/Documentation/git.txt b/Documentation/git.txt
diff a/Makefile b/Makefile diff a/Makefile b/Makefile
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -30,7 +30,7 @@ PROG= git-update-cache git-diff-files @@ -30,7 +30,7 @@ PROG= git-update-index git-diff-files
git-checkout-cache git-diff-tree git-rev-tree git-ls-files \ git-checkout-cache git-diff-tree git-rev-tree git-ls-files \
git-check-files git-ls-tree git-merge-base git-merge-cache \ git-check-files git-ls-tree git-merge-base git-merge-cache \
git-unpack-file git-export git-diff-cache git-convert-cache \ git-unpack-file git-export git-diff-cache git-convert-cache \

View File

@ -8,7 +8,7 @@ diff a/Makefile b/Makefile
- git-deltafy-script - git-deltafy-script
+ git-deltafy-script git-fetch-script + git-deltafy-script git-fetch-script
PROG= git-update-cache git-diff-files git-init-db git-write-tree \ PROG= git-update-index git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \
diff a/git-fetch-script b/git-fetch-script diff a/git-fetch-script b/git-fetch-script
--- /dev/null --- /dev/null