summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge branch 'kk/streaming-walk-pqueue'Junio C Hamano1-2/+0
2026-05-29commit: remove deprecated functionsKristoffer Haugsbakk1-19/+0
2026-05-28revision: use priority queue for non-limited streaming walksKristofer Karlsson1-2/+0
2026-03-24Merge branch 'ps/history-split'Junio C Hamano1-1/+1
2026-03-12commit: remove unused forward declarationJustin Tobler1-2/+0
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt1-1/+1
2026-03-02Merge branch 'ps/receive-pack-shallow-optim'Junio C Hamano1-2/+12
2026-02-19commit: make `repo_parse_commit_no_graph()` more robustPatrick Steinhardt1-2/+12
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+6
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+6
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+10
2025-12-25commit: add commit_stack_grow()René Scharfe1-0/+1
2025-12-25commit: add commit_stack_init()René Scharfe1-0/+1
2025-12-25revision: export commit_stackRené Scharfe1-0/+10
2025-11-16commit: refactor verify_commit_buffer()Christian Couder1-0/+7
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