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

Use commit_stack instead of open-coding it.

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