summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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-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
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24prio-queue: mark unused parameters in comparison functionsJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-07commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano
2022-12-26Merge branch 'rs/clear-commit-marks-cleanup'Junio C Hamano
2022-12-15commit: don't lazy-fetch commitsJonathan Tan
2022-12-13commit: skip already cleared parents in clear_commit_marks_1()René Scharfe
2022-10-31Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-17commit: use DEFINE_LIST_SORTRené Scharfe
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-13Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano