Skip to content

Commit 76dd89c

Browse files
committed
fixup! sparse-checkout: add basics of 'clean' command
1 parent f7925d5 commit 76dd89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/sparse-checkout.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ static int sparse_checkout_clean(int argc, const char **argv,
938938
struct repository *repo)
939939
{
940940
struct strbuf full_path = STRBUF_INIT;
941+
const char *msg = msg_remove;
941942
size_t worktree_len;
942943
int force = 0;
943944
int dry_run = 0;

0 commit comments

Comments
 (0)