* qq/maint:
  mailinfo: feed the correct line length to decode_transfer_encoding()
  git-clone: remove leftover debugging fprintf().
This commit is contained in:
Junio C Hamano 2008-07-07 02:09:38 -07:00
Родитель bf11d4613c 6fc2a25e62
Коммит 8c992d16cb
2 изменённых файлов: 1 добавлений и 1 удалений

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

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