commit | 6379dd052243aa6b1cc5115b72b78aedbeeed008 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed Feb 20 15:00:59 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Feb 20 13:42:21 2013 -0800 |
tree | 134401d6a7b7f974b95709275bbd44a2fefb4406 | |
parent | 8f9e3e498c113e987c2b8662485db5461cad1c36 [diff] |
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>