summaryrefslogtreecommitdiffstats
path: root/builtin/archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-1/+1
* use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
* pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-3/+3
* Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-9/+10
* 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/+1
* correct error messages for NULL packet_read_line()Jeff King2018-02-081-1/+1
* archive: read local configurationJunio C Hamano2016-11-221-3/+3
* pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-2/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
* pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-8/+7
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-221-1/+1
* i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-6/+6
* Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-161-5/+1
* upload-archive: use start_command instead of forkErik Faye-Lund2011-10-311-1/+5
* Merge branch 'il/archive-err-signal'Junio C Hamano2011-10-141-0/+2
|\
| * Support ERR in remote archive like in fetch/pushIlari Liusvaara2011-10-051-0/+2
* | upload-archive: allow user to turn off filtersJeff King2011-06-221-1/+1
* | archive: move file extension format-guessing lowerJeff King2011-06-221-35/+16
|/
* i18n: git-archive basic messagesÆvar Arnfjörð Bjarmason2011-03-101-7/+7
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+129