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

Call commit_stack functions instead of effectively open-coding them.

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