aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/upload-archive.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-2/+1
2025-01-17oddballs: send usage() help text to standard outputJunio C Hamano1-1/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-3/+9
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-2/+8
2024-08-22builtin/upload-archive: fix leaking args passed to `write_archive()`Patrick Steinhardt1-2/+6
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-28builtins: annotate always-empty prefix parametersJeff King1-0/+2
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2021-11-25upload-archive: use regular "struct child_process" patternÆvar Arnfjörð Bjarmason1-2/+3
2020-07-30strvec: rename struct fieldsJeff King1-2/+2
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2018-10-26archive: initialize archivers earlierJosh Steadmon1-0/+2
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy1-1/+2
2017-05-30upload-archive: handle "-h" option earlyJeff King1-1/+4
2016-11-22archive: read local configurationJunio C Hamano1-1/+1
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider1-2/+2
2016-05-09builtin/upload-archive.c: use error_errno()Nguyễn Thái Ngọc Duy1-2/+1
2015-09-25upload-archive: convert sprintf to strbufJeff King1-5/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King1-5/+2
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-4/+0
2013-02-20upload-archive: use argv_array to store client argumentsJeff King1-21/+14
2013-02-20upload-archive: do not copy repo nameJeff King1-7/+2
2011-11-21upload-archive: use start_command instead of forkJeff King1-31/+12
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano1-21/+47
2011-10-30upload-archive: use start_command instead of forkErik Faye-Lund1-47/+21
2011-06-22upload-archive: allow user to turn off filtersJeff King1-1/+1
2011-06-22archive: move file extension format-guessing lowerJeff King1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+167