Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/check-corrupt-objects-carefully'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 28 Apr 2013 18:57:54 +0000
(11:57 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 28 Apr 2013 18:57:54 +0000
(11:57 -0700)
* jk/check-corrupt-objects-carefully:
clone: Make the 'junk_mode' symbol a file static
builtin/clone.c
patch
|
blob
|
history
raw
(from parent 1:
27f0d3b
)
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 58fee9874f0fea4ed52acf31f757268be5383267..035ab649504d69a83f87b854582c8003a2dcb905 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-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