aboutsummaryrefslogtreecommitdiff
path: root/builtin/archive.c
AgeCommit message (Expand)Author
2024-10-11archive: remove the_repository global variableJohn Cai
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-22builtin/archive: fix leaking `OPT_FILENAME()` valuePatrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-14remote: drop checks for zero-url caseJeff King
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-14archive: fix check for missing urlJeff King
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-06parse-options: consistently allocate memory in fix_filename()Jeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki
2019-01-02Use packet_reader instead of packet_read_lineMasaya Suzuki
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-02-08correct error messages for NULL packet_read_line()Jeff King
2016-11-22archive: read local configurationJunio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
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
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-30upload-archive: use start_command instead of forkErik Faye-Lund
2011-10-13Merge branch 'il/archive-err-signal'Junio C Hamano
2011-10-05Support ERR in remote archive like in fetch/pushIlari Liusvaara
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: move file extension format-guessing lowerJeff King
2011-03-09i18n: git-archive basic messagesÆvar Arnfjörð Bjarmason
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds