summaryrefslogtreecommitdiffstats
path: root/builtin/get-tar-commit-id.c
AgeCommit message (Expand)AuthorLines
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano-1/+3
2024-09-13builtin: remove USE_THE_REPOSITORY for those without the_repositoryJohn Cai-1/+0
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2024-08-05set errno=0 before strtoX callsKyle Lippincott-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-2/+1
2023-04-20Merge branch 'rs/get-tar-commit-id-use-defined-const'Junio C Hamano-1/+1
2023-04-10get-tar-commit-id: use TYPEFLAG_GLOBAL_HEADER instead of magic valueRené Scharfe-1/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+1
2023-03-28mark "argv" as unused when we check argcJeff King-1/+1
2023-03-28builtins: annotate always-empty prefix parametersJeff King-0/+2
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2019-04-01builtin/get-tar-commit-id: make hash size independentbrian m. carlson-1/+2
2019-04-01get-tar-commit-id: parse comment recordRene Scharfe-2/+11
2017-09-27distinguish error versus short read from read_in_full()Jeff King-1/+3
2017-09-27prefer "!=" when checking read_in_full() resultJeff King-1/+1
2017-09-14get-tar-commit-id: check write_in_full() return against 0Jeff King-2/+1
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano-1/+1
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe-2/+3
2013-12-03stop installing git-tar-tree linkJonathan Nieder-0/+40