summary refs log tree commit diff
path: root/builtin/upload-archive.c
AgeCommit message (Expand)AuthorFilesLines
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