diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-07-07 16:09:17 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-07-07 16:09:17 -0700 |
| commit | 39f319f4d51966419c0725d1145677457d6f162a (patch) | |
| tree | d81fb254d13d9ea7325128944721b9ebc5da0fba /builtin-clone.c | |
| parent | faf466ffb1b81a6af3946645865b3a38f33cdc11 (diff) | |
| parent | 2fe403e7452bd6e1e8232445cf5434ce8f1af973 (diff) | |
Merge branch 'qq/maint' (early part) into maint
* 'qq/maint' (early part):
git-svn.perl: workaround assertions in svn library 1.5.0
mailinfo: feed the correct line length to decode_transfer_encoding()
git-clone: remove leftover debugging fprintf().
Fix "config_error_nonbool" used with value instead of key
clone -q: honor "quiet" option over native transports.
attribute documentation: keep EXAMPLE at end
builtin-commit.c: Use 'git_config_string' to get 'commit.template'
http.c: Use 'git_config_string' to clean up SSL config.
diff.c: Use 'git_config_string' to get 'diff.external'
convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix'
Documentation cvs: Clarify when a bare repository is needed
Documentation: be precise about which date --pretty uses
Diffstat (limited to 'builtin-clone.c')
| -rw-r--r-- | builtin-clone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-clone.c b/builtin-clone.c index e9ecb5d21a..7bcc664e44 100644 --- 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); /* |
