]> git.ipfire.org Git - thirdparty/git.git/commit
remote: use commit_stack for local_commits
authorRené Scharfe <l.s.r@web.de>
Wed, 24 Dec 2025 17:03:18 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Dec 2025 23:29:27 +0000 (08:29 +0900)
commit06e1f6467ee3dd92ceb894fd584173271a8aa577
tree6fb1ac6d5d3b581648d0bbe7a8fa7d97c52c9eef
parentd78039cd500176c919a749deb197ed68d1847110
remote: use commit_stack for local_commits

Replace a commit array implementation with commit_stack.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c