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 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;