summaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-15/+13
|\
| * merge: fix leaking merge basesPatrick Steinhardt2024-06-111-1/+1
| * commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-111-14/+12
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| |/
* | Merge branch 'rs/remove-unused-find-header-mem'Junio C Hamano2024-06-271-14/+2
|\ \ | |/ |/|
| * commit: remove find_header_mem()René Scharfe2024-06-201-14/+2
| * Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-2/+0
| |\
| * \ Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano2024-02-091-1/+1
| |\ \
* | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
* | | | Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-1/+2
|\ \ \ \
| * | | | find multi-byte comment chars in unterminated buffersJeff King2024-03-121-1/+2
* | | | | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-45/+176
|\ \ \ \ \
| * | | | | commit: export add_header_signature to support handling signatures on tagsEric W. Biederman2023-10-021-3/+3
| * | | | | commit: convert mergetag before computing the signature of a commitEric W. Biederman2023-10-021-1/+41
| * | | | | commit: write commits for both hashesbrian m. carlson2023-10-021-45/+136
* | | | | | commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin2024-02-291-3/+4
| |/ / / / |/| | | |
* | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | | | | Merge branch 'la/trailer-cleanups'Junio C Hamano2024-01-021-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver2023-10-201-1/+1
| | |/ | |/|
* | | commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt2023-11-261-1/+1
| |/ |/|
* | commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt2023-11-011-1/+15
|/
* Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano2023-07-281-1/+1
|\
| * pack-objects: fix --no-keep-true-parentsRené Scharfe2023-07-211-1/+1
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/parse-commit-with-malformed-ident'Junio C Hamano2023-05-101-8/+49
|\ \ | |/ |/|
| * parse_commit(): describe more date-parsing failure modesJeff King2023-04-271-0/+9
| * parse_commit(): handle broken whitespace-only timestampJeff King2023-04-271-2/+26
| * parse_commit(): parse timestamp from end of lineJeff King2023-04-271-8/+16
* | treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-18/+26
|\ \
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-11/+14
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+6
| |/
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+4
|\ \
| * | prio-queue: mark unused parameters in comparison functionsJeff King2023-02-241-2/+4
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* commit.c: free() revs.commit in get_fork_point()Ævar Arnfjörð Bjarmason2023-02-071-0/+1
* Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano2023-01-051-2/+13
|\
| * commit: don't lazy-fetch commitsJonathan Tan2022-12-151-2/+13
* | Merge branch 'rs/clear-commit-marks-cleanup'Junio C Hamano2022-12-261-2/+4
|\ \ | |/ |/|