mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Update tests/libgit2/checkout/checkout_helpers.c
This commit is contained in:
@@ -90,8 +90,10 @@ int checkout_count_callback(
|
||||
if (ct->debug) {
|
||||
if (workdir)
|
||||
fprintf(stderr, "M %s\n", workdir->path);
|
||||
else if(baseline)
|
||||
else if (baseline)
|
||||
fprintf(stderr, "D %s\n", baseline->path);
|
||||
else
|
||||
fprintf(stderr, "invalid notification - no workdir or baseline path\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user