Skip to content

Commit a6fed65

Browse files
committed
Merge branch 'jk/check-corrupt-objects-carefully'
* jk/check-corrupt-objects-carefully: clone: Make the 'junk_mode' symbol a file static
2 parents 27f0d3b + 8506463 commit a6fed65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/clone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ static void clone_local(const char *src_repo, const char *dest_repo)
387387
static const char *junk_work_tree;
388388
static const char *junk_git_dir;
389389
static pid_t junk_pid;
390-
enum {
390+
static enum {
391391
JUNK_LEAVE_NONE,
392392
JUNK_LEAVE_REPO,
393393
JUNK_LEAVE_ALL

0 commit comments

Comments
 (0)