summaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorLines
11 dayshook: mark non-parallelizable hooksEmily Shaffer-1/+1
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler-14/+5
2026-03-02Merge branch 'ps/receive-pack-shallow-optim'Junio C Hamano-5/+27
2026-02-19commit: use commit graph in `lookup_commit_reference_gently()`Patrick Steinhardt-4/+4
2026-02-19commit: avoid parsing non-commits in `lookup_commit_reference_gently()`Patrick Steinhardt-5/+27
2026-02-17Merge branch 'rs/commit-commit-stack'Junio C Hamano-16/+13
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano-1/+0
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano-8/+8
2026-02-08remove duplicate includesRené Scharfe-1/+0
2026-02-08commit: use commit_stackRené Scharfe-16/+13
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano-3/+0
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt-6/+6
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt-1/+1
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt-1/+1
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano-0/+28
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano-0/+3
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu-0/+3
2025-12-25commit: add commit_stack_grow()René Scharfe-1/+6
2025-12-25commit: add commit_stack_init()René Scharfe-2/+8
2025-12-25revision: export commit_stackRené Scharfe-0/+17
2025-11-16commit: refactor verify_commit_buffer()Christian Couder-2/+15
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-1/+2
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-1/+2
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano-2/+2
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano-3/+11
2025-07-22commit: use prio_queue_replace() in pop_most_recent_commit()René Scharfe-2/+9
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe-3/+4
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-3/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-1/+2
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-1/+2
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt-0/+1
2025-03-24commit: move clear_commit_marks_many() loop body to clear_commit_marks()René Scharfe-9/+7
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt-1/+1
2025-02-24commit: avoid parent list buildup in clear_commit_marks_many()René Scharfe-4/+4
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-2/+1
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy-1/+1
2024-09-25commit: avoid leaking already-saved bufferJeff King-1/+2
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano-2/+2
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano-16/+7
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt-2/+2