diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-11-30 11:35:23 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-30 15:09:40 -0800 |
commit | 10455d2a955a29db1809be139177e4e298771eb0 (patch) | |
tree | 87113e5f4cc8ee2fd679f27de3cc98ac39138046 /t/t4100/t-apply-1.patch | |
parent | cvsimport: fix usage of cvsimport.module (diff) | |
download | tgif-10455d2a955a29db1809be139177e4e298771eb0.tar.xz |
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-1.patch')
-rw-r--r-- | t/t4100/t-apply-1.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4100/t-apply-1.patch b/t/t4100/t-apply-1.patch index de587517f4..90ab54f0f5 100644 --- a/t/t4100/t-apply-1.patch +++ b/t/t4100/t-apply-1.patch @@ -90,7 +90,7 @@ diff --git a/Documentation/git.txt b/Documentation/git.txt diff --git a/Makefile b/Makefile --- a/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-check-files git-ls-tree git-merge-base git-merge-cache \ git-unpack-file git-export git-diff-cache git-convert-cache \ |