aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau1-0/+2
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen1-1/+11
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-58/+58
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano1-2/+3
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-22/+22
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-35/+35
2019-04-25Merge branch 'jt/fetch-no-update-shallow-in-proto-v2'Junio C Hamano1-0/+4