Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-clone: remove leftover debugging fprintf().
author
Alex Riesen
<raa.lkml@gmail.com>
Sun, 6 Jul 2008 22:56:49 +0000
(
00:56
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Jul 2008 02:25:29 +0000
(19:25 -0700)
Acked-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3ecb171
)
diff --git
a/builtin-clone.c
b/builtin-clone.c
index e9ecb5d21a1629762188d0bb34c9de5d84053114..7bcc664e44cb684e150221e9c9c4d0fe54357011 100644
(file)
--- a/
builtin-clone.c
+++ b/
builtin-clone.c
@@
-417,7
+417,6
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
die("could not create leading directories of '%s'", git_dir);
set_git_dir(make_absolute_path(git_dir));
- fprintf(stderr, "Initialize %s\n", git_dir);
init_db(option_template, option_quiet ? INIT_DB_QUIET : 0);
/*