commit | d6cd00c76866a6412e0c13da91a022acdd187a47 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Jun 30 13:02:05 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 30 13:43:32 2014 -0700 |
tree | b2b37077b5e3646bd880d3e49a0169c0de4232b9 | |
parent | 6dda4e60f2c3c309de6e3fe1b86a47846a86dabf [diff] |
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>