diff options
author | Jeff King <peff@peff.net> | 2014-06-30 13:02:05 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-30 13:43:32 -0700 |
commit | d6cd00c76866a6412e0c13da91a022acdd187a47 (patch) | |
tree | b2b37077b5e3646bd880d3e49a0169c0de4232b9 /test-dump-cache-tree.c | |
parent | strbuf: implement strbuf_strip_suffix (diff) | |
download | tgif-d6cd00c76866a6412e0c13da91a022acdd187a47.tar.xz |
verify-pack: use strbuf_strip_suffix
In this code, we try to convert both "foo.idx" and "foo"
into "foo.pack". By stripping the suffix, we can avoid a
confusing use of strbuf_splice, and make it clear that both
cases are adding ".pack" to the end.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-dump-cache-tree.c')
0 files changed, 0 insertions, 0 deletions