aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/archive.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-11archive: remove the_repository global variableJohn Cai1-3/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
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-1/+4
2024-08-22builtin/archive: fix leaking `OPT_FILENAME()` valuePatrick Steinhardt1-2/+5
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-2/+5
2024-06-14remote: drop checks for zero-url caseJeff King1-2/+0
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-2/+2
2024-06-14archive: fix check for missing urlJeff King1-1/+1
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt1-2/+5
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King1-1/+2
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor1-1/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-3/+1
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-3/+3
2019-01-02Use packet_reader instead of packet_read_lineMasaya Suzuki1-9/+10
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/+1
2018-02-08correct error messages for NULL packet_read_line()Jeff King1-1/+1
2016-11-22archive: read local configurationJunio C Hamano1-3/+3
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King1-8/+7
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-2/+0
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy1-1/+1
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-6/+6
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano1-5/+1
2011-10-30upload-archive: use start_command instead of forkErik Faye-Lund1-1/+5
2011-10-13Merge branch 'il/archive-err-signal'Junio C Hamano1-0/+2
2011-10-05Support ERR in remote archive like in fetch/pushIlari Liusvaara1-0/+2
2011-06-22upload-archive: allow user to turn off filtersJeff King1-1/+1
2011-06-22archive: move file extension format-guessing lowerJeff King1-35/+16
2011-03-09i18n: git-archive basic messagesÆvar Arnfjörð Bjarmason1-7/+7
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+129