diff options
author | René Scharfe <l.s.r@web.de> | 2016-10-08 17:38:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-10 11:58:25 -0700 |
commit | a94bb683970a111b467a36590ca36e52754ad504 (patch) | |
tree | afb36d917037d10a78c3a5c251f0430d3f4e1e5f /xdiff-interface.c | |
parent | 39ea59a2570547166834ceeff9ae0c0c05748f35 (diff) | |
download | git-a94bb683970a111b467a36590ca36e52754ad504.tar.gz |
use strbuf_add_unique_abbrev() for adding short hashes, part 3
Call strbuf_add_unique_abbrev() to add abbreviated hashes to strbufs
instead of taking detours through find_unique_abbrev() and its static
buffer. This is shorter in most cases and a bit more efficient.
The changes here are not easily handled by a semantic patch because
they involve removing temporary variables and deconstructing format
strings for strbuf_addf().
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff-interface.c')
0 files changed, 0 insertions, 0 deletions