name-rev: use 'name->tip_name' instead of 'tip_name'
commitfee984bcab9f7331b319aa5a48824593e854b784
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 9 Dec 2019 11:52:56 +0000 (9 12:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2019 21:33:01 +0000 (9 13:33 -0800)
treee01f7d18d23f0271a232d100c390c41e4e08423b
parent8c5724c585791662ec5701719e8665a2db5517fd
name-rev: use 'name->tip_name' instead of 'tip_name'

Following the previous patches in this series we can get the value of
'name_rev()'s 'tip_name' parameter from the 'struct rev_name'
associated with the commit as well.

So let's use 'name->tip_name' instead, which makes the patch
eliminating the recursion of name_rev() a bit easier to follow.

Note that at this point we could drop the 'tip_name' parameter as
well, but that parameter will be necessary later, after the recursion
is eliminated.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/name-rev.c