Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-25 09:24:05 +0300
committerJunio C Hamano <gitster@pobox.com>2017-09-25 09:24:06 +0300
commitd085f9773a8f53a517a32f0c55a8c49a7cc773a1 (patch)
tree531b936f092dc60267cf712b2da5f28b37f3398d /t/helper
parentb0df15a15d6479508676757e810419141516754f (diff)
parent0b90b881e0c1de110c724fe63df6d2c3c9680d6a (diff)
Merge branch 'kw/write-index-reduce-alloc'
A hotfix to a topic already in 'master'. * kw/write-index-reduce-alloc: read-cache: fix index corruption with index v4 Add t/helper/test-write-cache to .gitignore
Diffstat (limited to 't/helper')
-rw-r--r--t/helper/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore
index 721650256e..7c9d28a834 100644
--- a/t/helper/.gitignore
+++ b/t/helper/.gitignore
@@ -35,3 +35,4 @@
/test-svn-fe
/test-urlmatch-normalization
/test-wildmatch
+/test-write-cache