Merge branch 'jk/check-corrupt-objects-carefully'

* jk/check-corrupt-objects-carefully:
  clone: Make the 'junk_mode' symbol a file static
This commit is contained in:
Junio C Hamano 2013-04-28 11:57:54 -07:00
Родитель 27f0d3b63d 85064630fc
Коммит a6fed65a6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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