| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-11 | archive: remove the_repository global variable | John Cai | 1 | -3/+2 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -2/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-22 | builtin/archive: fix leaking `OPT_FILENAME()` value | Patrick Steinhardt | 1 | -2/+5 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -2/+5 |
| 2024-06-14 | remote: drop checks for zero-url case | Jeff King | 1 | -2/+0 |
| 2024-06-14 | remote: use strvecs to store remote url/pushurl | Jeff King | 1 | -2/+2 |
| 2024-06-14 | archive: fix check for missing url | Jeff King | 1 | -1/+1 |
| 2024-06-11 | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 1 | -2/+5 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-06 | parse-options: consistently allocate memory in fix_filename() | Jeff King | 1 | -1/+2 |
| 2022-08-19 | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options | SZEDER Gábor | 1 | -1/+1 |
| 2021-08-25 | use xopen() to handle fatal open(2) failures | René Scharfe | 1 | -3/+1 |
| 2019-01-02 | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 1 | -3/+3 |
| 2019-01-02 | Use packet_reader instead of packet_read_line | Masaya Suzuki | 1 | -9/+10 |
| 2018-10-26 | archive: initialize archivers earlier | Josh Steadmon | 1 | -0/+2 |
| 2018-08-13 | archive.c: avoid access to the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-02-08 | correct error messages for NULL packet_read_line() | Jeff King | 1 | -1/+1 |
| 2016-11-22 | archive: read local configuration | Junio C Hamano | 1 | -3/+3 |
| 2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -2/+2 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -8/+7 |
| 2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -2/+0 |
| 2012-08-22 | Reduce translations by using same terminologies | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-08-20 | i18n: archive: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
| 2011-11-15 | Revert "upload-archive: use start_command instead of fork" | Junio C Hamano | 1 | -5/+1 |
| 2011-10-30 | upload-archive: use start_command instead of fork | Erik Faye-Lund | 1 | -1/+5 |
| 2011-10-13 | Merge branch 'il/archive-err-signal' | Junio C Hamano | 1 | -0/+2 |
| 2011-10-05 | Support ERR in remote archive like in fetch/push | Ilari Liusvaara | 1 | -0/+2 |
| 2011-06-22 | upload-archive: allow user to turn off filters | Jeff King | 1 | -1/+1 |
| 2011-06-22 | archive: move file extension format-guessing lower | Jeff King | 1 | -35/+16 |
| 2011-03-09 | i18n: git-archive basic messages | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+129 |