We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f201f7 commit f88e12dCopy full SHA for f88e12d
tests/checkout/index.c
@@ -140,6 +140,8 @@ void test_checkout_index__can_disable_pathspec_match(void)
140
check_file_contents("testrepo/test10.txt", "original\n");
141
check_file_contents("testrepo/test11.txt", "original\n");
142
check_file_contents("testrepo/test12.txt", "modified\n");
143
+
144
+ git_index_free(index);
145
}
146
147
void test_checkout_index__honor_the_specified_pathspecs(void)
0 commit comments