summaryrefslogtreecommitdiffstats
path: root/builtin/upload-archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-3/+9
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-2/+8
* | builtin/upload-archive: fix leaking args passed to `write_archive()`Patrick Steinhardt2024-08-221-2/+6
|/
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\
| * hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | builtins: annotate always-empty prefix parametersJeff King2023-03-281-0/+2
|/
* doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* upload-archive: use regular "struct child_process" patternÆvar Arnfjörð Bjarmason2021-11-261-2/+3
* strvec: rename struct fieldsJeff King2020-07-311-2/+2
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-3/+3
* strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
* archive: initialize archivers earlierJosh Steadmon2018-10-261-0/+2
* archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+2
* upload-archive: handle "-h" option earlyJeff King2017-05-301-1/+4
* archive: read local configurationJunio C Hamano2016-11-221-1/+1
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-2/+2
* builtin/upload-archive.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+1
* upload-archive: convert sprintf to strbufJeff King2015-09-251-5/+4
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-5/+2
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-4/+0
* upload-archive: use argv_array to store client argumentsJeff King2013-02-201-21/+14
* upload-archive: do not copy repo nameJeff King2013-02-201-7/+2
* upload-archive: use start_command instead of forkJeff King2011-11-211-31/+12
* Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-161-21/+47
* upload-archive: use start_command instead of forkErik Faye-Lund2011-10-311-47/+21
* upload-archive: allow user to turn off filtersJeff King2011-06-221-1/+1
* archive: move file extension format-guessing lowerJeff King2011-06-221-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+167