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

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-06-17 09:15:49 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-17 09:15:49 +0300
commita56db99234017eb7814258dfe8bcdec365417a3b (patch)
treeba49074368a7d9b6dff87e8a6540e8137b29d4b9 /tests/checkout/checkout_helpers.h
parent5f83758fa35a7942457d676e41240dbfbda598b5 (diff)
parent892abf93157ea576fc3f2ccac118045a6a47247c (diff)
Merge pull request #3219 from libgit2/cmn/racy-diff
Zero out racily-clean entries' file_size
Diffstat (limited to 'tests/checkout/checkout_helpers.h')
-rw-r--r--tests/checkout/checkout_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/checkout/checkout_helpers.h b/tests/checkout/checkout_helpers.h
index 705ee903d..6058a196c 100644
--- a/tests/checkout/checkout_helpers.h
+++ b/tests/checkout/checkout_helpers.h
@@ -27,3 +27,5 @@ extern int checkout_count_callback(
const git_diff_file *target,
const git_diff_file *workdir,
void *payload);
+
+extern void tick_index(git_index *index);