summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13Merge branch 'kk/prio-queue-get-put-fusion'Junio C Hamano1-9/+2
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-5/+5
2026-06-16Merge branch 'kk/streaming-walk-pqueue'Junio C Hamano1-13/+0
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-5/+5
2026-06-09prio-queue: fold lazy_queue into prio_queue for automatic get+put fusionKristofer Karlsson1-9/+2
2026-05-31Merge branch 'jk/commit-graph-lazy-load-fallback'Junio C Hamano1-1/+32
2026-05-28revision: use priority queue for non-limited streaming walksKristofer Karlsson1-13/+0
2026-05-22Merge branch 'jk/commit-sign-overflow-fix'Junio C Hamano1-16/+15
2026-05-20commit: fall back to full read when maybe_tree is NULLJeff King1-1/+32
2026-05-20Merge branch 'bc/sign-commit-with-custom-encoding'Junio C Hamano1-6/+13
2026-05-16commit: handle large commit messages in utf8 verificationJeff King1-16/+15
2026-04-28commit: sign commit after mutating bufferbrian m. carlson1-4/+11
2026-04-28commit: name UTF-8 function appropriatelybrian m. carlson1-3/+3
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer1-1/+1
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler1-14/+5
2026-03-02Merge branch 'ps/receive-pack-shallow-optim'Junio C Hamano1-5/+27
2026-02-19commit: use commit graph in `lookup_commit_reference_gently()`Patrick Steinhardt1-4/+4
2026-02-19commit: avoid parsing non-commits in `lookup_commit_reference_gently()`Patrick Steinhardt1-5/+27
2026-02-17Merge branch 'rs/commit-commit-stack'Junio C Hamano1-16/+13
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano1-1/+0
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano1-8/+8
2026-02-08remove duplicate includesRené Scharfe1-1/+0
2026-02-08commit: use commit_stackRené Scharfe1-16/+13
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-3/+0
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-6/+6
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+1
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+1
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano1-0/+28
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano1-0/+3
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu1-0/+3
2025-12-25commit: add commit_stack_grow()René Scharfe1-1/+6
2025-12-25commit: add commit_stack_init()René Scharfe1-2/+8
2025-12-25revision: export commit_stackRené Scharfe1-0/+17
2025-11-16commit: refactor verify_commit_buffer()Christian Couder1-2/+15
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-1/+2
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-1/+2
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-2/+2
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano1-3/+11
2025-07-22commit: use prio_queue_replace() in pop_most_recent_commit()René Scharfe1-2/+9
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe1-3/+4
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+2
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+2
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-0/+1