]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/commit-stack' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jan 2026 06:53:22 +0000 (15:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jan 2026 06:53:23 +0000 (15:53 +0900)
commit8b44eff69412b00aaab1bc06aacbc21b02c90101
treeaeb9c9072177bc2243c0b27f967729253ceeadae
parent62d0a58199bfca646ebb25ac0b4ba1f856f8119e
parent0e445956f4c9b6d079feb5ed831f018c857b955b
Merge branch 'rs/commit-stack' into next

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