]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/commit-stack'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2026 13:19:52 +0000 (05:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2026 13:19:52 +0000 (05:19 -0800)
commit3235ef374ea9808002b3304036c1b31965033ea0
tree2f82cb718b5447a6021308b4d905c2e8e8c4de22
parent0320bcd743ccf9e707b45c84761e94e9ca72f710
parent0e445956f4c9b6d079feb5ed831f018c857b955b
Merge branch 'rs/commit-stack'

Code clean-up, unifying various hand-rolled "list of commit
objects" and use the commit_stack API.

* rs/commit-stack:
  commit-reach: use commit_stack
  commit-graph: use commit_stack
  commit: add commit_stack_grow()
  shallow: use commit_stack
  pack-bitmap-write: use commit_stack
  commit: add commit_stack_init()
  test-reach: use commit_stack
  remote: use commit_stack for src_commits
  remote: use commit_stack for sent_tips
  remote: use commit_stack for local_commits
  name-rev: use commit_stack
  midx: use commit_stack
  log: use commit_stack
  revision: export commit_stack
commit.c
midx-write.c