summaryrefslogtreecommitdiff
path: root/t/t4100/t-apply-2.patch
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-11-30 11:35:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-30 23:09:40 (GMT)
commit10455d2a955a29db1809be139177e4e298771eb0 (patch)
tree87113e5f4cc8ee2fd679f27de3cc98ac39138046 /t/t4100/t-apply-2.patch
parent67d232426b8858b31e54a9b6a5a90916690d1153 (diff)
downloadgit-10455d2a955a29db1809be139177e4e298771eb0.zip
git-10455d2a955a29db1809be139177e4e298771eb0.tar.gz
git-10455d2a955a29db1809be139177e4e298771eb0.tar.bz2
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/t4100/t-apply-2.patch')
-rw-r--r--t/t4100/t-apply-2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4100/t-apply-2.patch b/t/t4100/t-apply-2.patch
index cfdc808..f5c7d60 100644
--- a/t/t4100/t-apply-2.patch
+++ b/t/t4100/t-apply-2.patch
@@ -9,7 +9,7 @@ diff --git a/Makefile b/Makefile
- git-deltafy-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 \
diff --git a/git-pull-script b/git-fetch-script
similarity index 87%