diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-11-30 12:35:23 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-01 00:09:40 +0100 |
commit | 10455d2a955a29db1809be139177e4e298771eb0 (patch) | |
tree | 87113e5f4cc8ee2fd679f27de3cc98ac39138046 /t/t4000-diff-format.sh | |
parent | cvsimport: fix usage of cvsimport.module (diff) | |
download | git-10455d2a955a29db1809be139177e4e298771eb0.tar.xz git-10455d2a955a29db1809be139177e4e298771eb0.zip |
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 't/t4000-diff-format.sh')
-rwxr-xr-x | t/t4000-diff-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4000-diff-format.sh b/t/t4000-diff-format.sh index 7d92ae3e99..c44b27aeb2 100755 --- a/t/t4000-diff-format.sh +++ b/t/t4000-diff-format.sh @@ -16,7 +16,7 @@ cat path0 >path1 chmod +x path1 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' mv path0 path0- |