diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-12-09 12:52:56 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-09 13:33:01 -0800 |
commit | fee984bcab9f7331b319aa5a48824593e854b784 (patch) | |
tree | e01f7d18d23f0271a232d100c390c41e4e08423b /argv-array.c | |
parent | name-rev: drop name_rev()'s 'generation' and 'distance' parameters (diff) | |
download | tgif-fee984bcab9f7331b319aa5a48824593e854b784.tar.xz |
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>
Diffstat (limited to 'argv-array.c')
0 files changed, 0 insertions, 0 deletions