aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-15/+13
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-27Merge branch 'rs/remove-unused-find-header-mem'Junio C Hamano1-14/+2
2024-06-20commit: remove find_header_mem()René Scharfe1-14/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-11merge: fix leaking merge basesPatrick Steinhardt1-1/+1
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt1-14/+12
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+2
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+2
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-45/+176
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-1/+2
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-3/+4
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-2/+0
2024-02-08Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt1-1/+1
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt1-1/+15
2023-10-20commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver1-1/+1
2023-10-02commit: export add_header_signature to support handling signatures on tagsEric W. Biederman1-3/+3
2023-10-02commit: convert mergetag before computing the signature of a commitEric W. Biederman1-1/+41
2023-10-02commit: write commits for both hashesbrian m. carlson1-45/+136
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano1-1/+1
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-05-09Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano1-8/+49
2023-04-27parse_commit(): describe more date-parsing failure modesJeff King1-0/+9
2023-04-27parse_commit(): handle broken whitespace-only timestampJeff King1-2/+26
2023-04-27parse_commit(): parse timestamp from end of lineJeff King1-8/+16
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-18/+26
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-11/+14
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+6
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+4
2023-02-24prio-queue: mark unused parameters in comparison functionsJeff King1-2/+4
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-06commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason1-0/+1
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano1-2/+13
2022-12-26Merge branch 'rs/clear-commit-marks-cleanup'Junio C Hamano1-2/+4
2022-12-15commit: don't lazy-fetch commitsJonathan Tan1-2/+13