| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-17 | builtin: send usage() help text to standard output | Junio C Hamano | 1 | -1/+3 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY for those without the_repository | John Cai | 1 | -1/+0 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-05 | set errno=0 before strtoX calls | Kyle Lippincott | 1 | -0/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-04-20 | Merge branch 'rs/get-tar-commit-id-use-defined-const' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-10 | get-tar-commit-id: use TYPEFLAG_GLOBAL_HEADER instead of magic value | René Scharfe | 1 | -1/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2023-03-28 | mark "argv" as unused when we check argc | Jeff King | 1 | -1/+1 |
| 2023-03-28 | builtins: annotate always-empty prefix parameters | Jeff King | 1 | -0/+2 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2019-04-01 | builtin/get-tar-commit-id: make hash size independent | brian m. carlson | 1 | -1/+2 |
| 2019-04-01 | get-tar-commit-id: parse comment record | Rene Scharfe | 1 | -2/+11 |
| 2017-09-27 | distinguish error versus short read from read_in_full() | Jeff King | 1 | -1/+3 |
| 2017-09-27 | prefer "!=" when checking read_in_full() result | Jeff King | 1 | -1/+1 |
| 2017-09-14 | get-tar-commit-id: check write_in_full() return against 0 | Jeff King | 1 | -2/+1 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
| 2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -2/+3 |
| 2013-12-03 | stop installing git-tar-tree link | Jonathan Nieder | 1 | -0/+40 |