| Age | Commit message (Expand) | Author | Files | Lines |
| 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-05-21 | builtin/hash-object: fix uninitialized hash function | Patrick Steinhardt | 1 | -0/+3 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+2 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | write-or-die.h: move declarations for write-or-die.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-01-27 | Merge branch 'jk/hash-object-literally-fd-leak' | Junio C Hamano | 1 | -0/+1 |
| 2023-01-19 | hash-object: fix descriptor leak with --literally | Jeff King | 1 | -0/+1 |
| 2022-10-13 | doc txt & -h consistency: add missing options | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-10-13 | doc txt & -h consistency: word-wrap | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-03-16 | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 1 | -1/+1 |
| 2022-02-25 | object API: rename hash_object_file_literally() to write_*() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-02-25 | Merge branch 'ja/i18n-common-messages' | Junio C Hamano | 1 | -1/+1 |
| 2022-02-06 | hash-object: fix a trivial leak in --path | Ævar Arnfjörð Bjarmason | 1 | -2/+7 |
| 2022-02-04 | i18n: remove from i18n strings that do not hold translatable parts | Jean-Noël Avila | 1 | -1/+1 |
| 2021-09-15 | Merge branch 'jc/prefix-filename-allocates' | Junio C Hamano | 1 | -1/+1 |
| 2021-09-07 | hash-object: prefix_filename() returns allocated memory these days | Junio C Hamano | 1 | -1/+1 |
| 2021-08-25 | use xopen() to handle fatal open(2) failures | René Scharfe | 1 | -3/+1 |
| 2019-05-13 | builtin: consistently pass cmd_* prefix to parse_options | Jeff King | 1 | -1/+1 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-09-21 | sha1-file.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
| 2018-01-30 | sha1_file: rename hash_sha1_file_literally | Patryk Obara | 1 | -1/+2 |
| 2017-08-20 | sha1_file: convert hash_sha1_file_literally to struct object_id | Patryk Obara | 1 | -1/+1 |
| 2017-08-20 | sha1_file: convert index_fd to struct object_id | Patryk Obara | 1 | -1/+1 |
| 2017-08-20 | builtin/hash-object: convert to struct object_id | Patryk Obara | 1 | -6/+6 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -1/+1 |
| 2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -6/+3 |
| 2017-03-21 | hash-object: fix buffer reuse with --path in a subdirectory | Jeff King | 1 | -2/+5 |
| 2016-09-13 | hash-object: always try to set up the git repository | Jeff King | 1 | -5/+8 |
| 2016-02-10 | Merge branch 'jk/options-cleanup' | Junio C Hamano | 1 | -5/+6 |
| 2016-02-01 | give "nbuf" strbuf a more meaningful name | Jeff King | 1 | -5/+6 |
| 2016-01-15 | hash-object: read --stdin-paths with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
| 2015-05-11 | Merge branch 'jc/hash-object' | Junio C Hamano | 1 | -3/+1 |
| 2015-05-05 | hash-object --literally: fix buffer overrun with extra-long object type | Eric Sunshine | 1 | -3/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2014-09-11 | hash-object: add --literally option | Junio C Hamano | 1 | -9/+36 |
| 2014-09-11 | hash-object: pass 'write_object' as a flag | Junio C Hamano | 1 | -17/+15 |
| 2014-09-11 | hash-object: reduce file-scope statics | Junio C Hamano | 1 | -29/+23 |
| 2013-08-07 | hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP | Stefan Beller | 1 | -1/+1 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -3/+3 |
| 2012-08-20 | i18n: hash-object: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
| 2011-05-09 | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 1 | -1/+4 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2011-02-07 | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2010-03-10 | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 1 | -0/+134 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+134 |