]> Kevux Git Server - rit/commit
name-rev: use commit_stack
authorRené Scharfe <l.s.r@web.de>
Wed, 24 Dec 2025 17:03:17 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Dec 2025 23:29:27 +0000 (08:29 +0900)
commitd78039cd500176c919a749deb197ed68d1847110
tree7a871b5c97908516e4b18059b85ff17db211bc34
parent041c557171f160174cc40b0583adf411cef9e316
name-rev: use commit_stack

Simplify the code by using 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>
builtin/name-rev.c