mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
git: update to v2.11.0
Update to git version v2.11.0. Function write_archive() dropped argument (int setup_prefix).
This commit is contained in:
parent
2b993402c7
commit
91153fd02e
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ static int write_archive_type(const char *format, const char *hex, const char *p
|
|||
/* argv_array guarantees a trailing NULL entry. */
|
||||
memcpy(nargv, argv.argv, sizeof(char *) * (argv.argc + 1));
|
||||
|
||||
result = write_archive(argv.argc, nargv, NULL, 1, NULL, 0);
|
||||
result = write_archive(argv.argc, nargv, NULL, NULL, 0);
|
||||
argv_array_clear(&argv);
|
||||
free(nargv);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue