diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-30 16:21:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-30 16:21:33 -0800 |
commit | 65c6a4696a760f518c9f262705de030323c11146 (patch) | |
tree | 89f9866fb6611e0b8266c27b9ac77267e696869a /t/t4001-diff-rename.sh | |
parent | 9ae8fcb36ac9fde8e048a304cc3717f2c7914e78 (diff) | |
parent | 10455d2a955a29db1809be139177e4e298771eb0 (diff) | |
download | git-65c6a4696a760f518c9f262705de030323c11146.tar.gz |
Merge branch 'maint'
* maint:
Replace the word 'update-cache' by 'update-index' everywhere
cvsimport: fix usage of cvsimport.module
t7003-filter-branch: Fix test of a failing --msg-filter.
cvsimport: miscellaneous packed-ref fixes
cvsimport: use rev-parse to support packed refs
Add basic cvsimport tests
Diffstat (limited to 't/t4001-diff-rename.sh')
-rwxr-xr-x | t/t4001-diff-rename.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4001-diff-rename.sh b/t/t4001-diff-rename.sh index 063e79257a..2fe50bc7ce 100755 --- a/t/t4001-diff-rename.sh +++ b/t/t4001-diff-rename.sh @@ -27,7 +27,7 @@ Line 15 ' test_expect_success \ - 'update-cache --add a file.' \ + 'update-index --add a file.' \ 'git update-index --add path0' test_expect_success \ |