]> git.ipfire.org Git - thirdparty/git.git/commit - archive-tar.c
archive-tar: drop return value
authorJeff King <peff@peff.net>
Thu, 30 Jun 2016 09:09:26 +0000 (05:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jul 2016 17:26:28 +0000 (10:26 -0700)
commit5caeeb83bcb88622db739fe27ee8bfc64e9cbf21
treedd544c46ce74b68c11e3357371eb358db180e6b0
parent6e8e0991e5219954f049731d18e5f53c5f5f526b
archive-tar: drop return value

We never do any error checks, and so never return anything
but "0". Let's just drop this to simplify the code.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-tar.c