summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2024-09-25commit: avoid leaking already-saved bufferJeff King
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano
2024-08-14commit: add gentle reference lookup methodDerrick Stolee
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-27Merge branch 'rs/remove-unused-find-header-mem'Junio C Hamano
2024-06-20commit: remove find_header_mem()René Scharfe
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-11merge: fix leaking merge basesPatrick Steinhardt
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-12find multi-byte comment chars in unterminated buffersJeff King
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt
2023-10-20commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver
2023-10-02commit: export add_header_signature to support handling signatures on tagsEric W. Biederman
2023-10-02commit: convert mergetag before computing the signature of a commitEric W. Biederman
2023-10-02commit: write commits for both hashesbrian m. carlson
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-09Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King
2023-04-27parse_commit(): parse timestamp from end of lineJeff King
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren