]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/upload-archive.c
upload-archive: do not copy repo name
authorJeff King <peff@peff.net>
Wed, 20 Feb 2013 20:00:59 +0000 (15:00 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2013 21:42:21 +0000 (13:42 -0800)
commit6379dd052243aa6b1cc5115b72b78aedbeeed008
tree134401d6a7b7f974b95709275bbd44a2fefb4406
parent8f9e3e498c113e987c2b8662485db5461cad1c36
upload-archive: do not copy repo name

According to the comment, enter_repo will modify its input.
However, this has not been the case since 1c64b48
(enter_repo: do not modify input, 2011-10-04). Drop the
now-useless copy.

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