summaryrefslogtreecommitdiff
path: root/builtin/upload-archive.c
AgeCommit message (Expand)Author
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2017-05-30upload-archive: handle "-h" option earlyJeff King
2016-11-22archive: read local configurationJunio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2016-05-09builtin/upload-archive.c: use error_errno()Nguyễn Thái Ngọc Duy
2015-09-25upload-archive: convert sprintf to strbufJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20upload-archive: use argv_array to store client argumentsJeff King
2013-02-20upload-archive: do not copy repo nameJeff King
2011-11-21upload-archive: use start_command instead of forkJeff King
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds