From 26fc70913efc66a93fe84f8ce1bba09954624490 Mon Sep 17 00:00:00 2001 From: Patrick Toomey Date: Fri, 21 Oct 2016 13:16:27 -0600 Subject: [PATCH 1/2] Test change --- test/abspath.2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/abspath.2.c b/test/abspath.2.c index 2ee8a0e..5e1360c 100644 --- a/test/abspath.2.c +++ b/test/abspath.2.c @@ -1,6 +1,6 @@ #include "cache.h" - +/* Test 1 */ /* We allow "recursive" symbolic links. Only within reason, though. */ #define MAXDEPTH 5 #define MAXDEPTH 5 From 7f1c3b136ba07f83e22f684db3d472d9b8a4bfb4 Mon Sep 17 00:00:00 2001 From: Nishank Date: Thu, 15 Oct 2020 13:02:07 +0530 Subject: [PATCH 2/2] newClone --- test/advice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/advice.c b/test/advice.c index 0be4b5f..d781434 100644 --- a/test/advice.c +++ b/test/advice.c @@ -6,7 +6,7 @@ int advice_commit_before_merge = 1; int advice_resolve_conflict = 1; int advice_implicit_identity = 1; int advice_detached_head = 1; - +/////////////////////////////////////////////////////////// static struct { const char *name; int *preference;