diff options
| author | René Scharfe <l.s.r@web.de> | 2019-11-12 11:38:11 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-12-06 13:29:04 -0800 |
| commit | c3794d4ccb70c6b36be3fd4981682f422b04de05 (patch) | |
| tree | d9101420ff7e83a13140f21b8d08d5beaa1e752a /t/t4013/diff.diff_initial..side | |
| parent | t6120-describe: modernize the 'check_describe' helper (diff) | |
| download | git-c3794d4ccb70c6b36be3fd4981682f422b04de05.tar.gz git-c3794d4ccb70c6b36be3fd4981682f422b04de05.zip | |
name-rev: use strbuf_strip_suffix() in get_rev_name()
get_name_rev() basically open-codes strip_suffix() before adding a
string to a strbuf.
Let's use the strbuf right from the beginning, i.e. add the whole
string to the strbuf and then use strbuf_strip_suffix(), making the
code more idiomatic.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
