aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano1-1/+2
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-1/+2
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe1-4/+4
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt1-1/+1
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+4
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-1/+2
2024-09-13add: pass in repo variable instead of global the_repositoryJohn Cai1-1/+4
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt1-1/+2
2024-08-14commit: add gentle reference lookup methodDerrick Stolee1-0/+2
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-6/+6
2024-06-27Merge branch 'rs/remove-unused-find-header-mem'Junio C Hamano1-5/+0
2024-06-20commit: remove find_header_mem()René Scharfe1-5/+0
2024-06-11merge: fix leaking merge basesPatrick Steinhardt1-1/+1
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt1-5/+5
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+1
2023-10-20commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver1-2/+2
2023-10-02commit: export add_header_signature to support handling signatures on tagsEric W. Biederman1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-7/+4
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-20/+2
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-18/+0
2023-02-23pretty.h: move has_non_ascii() declaration from commit.hElijah Newren1-1/+0
2023-02-06add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason1-2/+0
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood1-0/+13
2022-03-17shallow: reset commit grafts when shallow is resetJonathan Tan1-0/+1
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason1-1/+2
2022-01-06receive-pack.c: consolidate find header logicJohn Cai1-0/+5
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason1-0/+1
2021-03-26Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano1-0/+3
2021-03-15sequencer: export and rename subject_length()Charvi Mendiratta1-0/+3
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano1-1/+11
2021-02-17Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano1-2/+3
2021-02-17Merge branch 'ak/corrected-commit-date'Junio C Hamano1-2/+3
2021-02-10commit: allow parsing arbitrary buffers with headersbrian m. carlson1-0/+9
2021-02-01commit-graph: use repo_parse_commitDerrick Stolee1-2/+3
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King1-1/+1
2021-01-18commit: ignore additional signatures when parsing signed commitsbrian m. carlson1-1/+2
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-0/+1
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar1-2/+2
2021-01-06Merge branch 'en/merge-ort-recursive'Junio C Hamano1-0/+3
2020-12-16commit: move reverse_commit_list() from merge-recursiveElijah Newren1-0/+3
2020-12-08commit: implement commit_list_contains()Derrick Stolee1-0/+2
2020-09-30drop unused argc parametersJeff King1-1/+1
2020-09-18Merge branch 'mf/submodule-summary-with-correct-repository'Junio C Hamano1-1/+0
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano1-4/+3
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood1-4/+3
2020-06-24revision: use repository from rev_info when parsing commitsMichael Forney1-1/+0
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-2/+0
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-48/+0
2020-04-30commit: make 'commit_graft_pos' non-staticTaylor Blau1-0/+2