Skip to content

Commit

Permalink
Merge branch 'jk/check-corrupt-objects-carefully'
Browse files Browse the repository at this point in the history
* jk/check-corrupt-objects-carefully:
  clone: Make the 'junk_mode' symbol a file static
  • Loading branch information
Junio C Hamano committed Apr 28, 2013
2 parents 27f0d3b + 8506463 commit a6fed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static void clone_local(const char *src_repo, const char *dest_repo)
static const char *junk_work_tree;
static const char *junk_git_dir;
static pid_t junk_pid;
enum {
static enum {
JUNK_LEAVE_NONE,
JUNK_LEAVE_REPO,
JUNK_LEAVE_ALL
Expand Down

0 comments on commit a6fed65

Please sign in to comment.