aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/mktag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-3/+3
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano1-3/+3
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-17Merge branch 'ly/do-not-localize-bug-messages'Junio C Hamano1-1/+1
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-08fsck: make "fsck_error" callback genericshejialuo1-2/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-4/+4
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+2
2023-03-28builtins: always pass prefix to parse_options()Jeff King1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-5/+4
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason1-3/+2
2022-02-25object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason1-1/+2
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason1-1/+2
2021-03-28fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason1-0/+1
2021-03-28fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason1-1/+2
2021-03-17fsck.c: refactor and rename common config callbackÆvar Arnfjörð Bjarmason1-6/+1
2021-01-06mktag: add a --[no-]strict optionÆvar Arnfjörð Bjarmason1-0/+9
2021-01-05mktag: mark strings for translationÆvar Arnfjörð Bjarmason1-8/+8
2021-01-05mktag: convert to parse-optionsÆvar Arnfjörð Bjarmason1-2/+12
2021-01-05mktag: allow turning off fsck.extraHeaderEntryÆvar Arnfjörð Bjarmason1-1/+10
2021-01-05mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason1-146/+50
2021-01-05mktag: use puts(str) instead of printf("%s\n", str)Ævar Arnfjörð Bjarmason1-1/+1
2021-01-05mktag: remove redundant braces in one-line body "if"Ævar Arnfjörð Bjarmason1-2/+1
2021-01-05mktag: use default strbuf_read() hintÆvar Arnfjörð Bjarmason1-1/+1
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares1-2/+5
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-12replace-object: add repository argument to lookup_replace_objectStefan Beller1-1/+1
2018-04-12object-store: move lookup_replace_object to replace-object.hStefan Beller1-0/+1
2018-03-14Convert lookup_replace_object to struct object_idbrian m. carlson1-5/+2
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1