aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-24commit: move clear_commit_marks_many() loop body to clear_commit_marks()René Scharfe1-9/+7
2025-03-10object-file-convert: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-02-24commit: avoid parent list buildup in clear_commit_marks_many()René Scharfe1-4/+4
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt1-2/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-2/+1
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-1/+1
2024-09-25commit: avoid leaking already-saved bufferJeff King1-1/+2
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-2/+2
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-16/+7
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt1-2/+2
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt1-13/+1
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt1-3/+6
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano1-1/+7
2024-08-14commit: add gentle reference lookup methodDerrick Stolee1-1/+7
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-15/+13
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-27Merge branch 'rs/remove-unused-find-header-mem'Junio C Hamano1-14/+2
2024-06-20commit: remove find_header_mem()René Scharfe1-14/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-11merge: fix leaking merge basesPatrick Steinhardt1-1/+1
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt1-14/+12
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+2
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+2
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-45/+176
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-1/+2
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-3/+4
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-2/+0
2024-02-08Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano1-1/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano1-1/+1