Merge branch 'qq/maint'
* qq/maint: mailinfo: feed the correct line length to decode_transfer_encoding() git-clone: remove leftover debugging fprintf().
This commit is contained in:
commit
8c992d16cb
@ -421,7 +421,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);
|
||||
|
||||
/*
|
||||
|
@ -812,6 +812,7 @@ static void handle_body(void)
|
||||
np - newline);
|
||||
if (!handle_boundary())
|
||||
return;
|
||||
len = strlen(line);
|
||||
}
|
||||
|
||||
/* Unwrap transfer encoding */
|
||||
|
Loading…
Reference in New Issue
Block a user