receive-pack: don't copy "dir" parameter
commitd51428bf17e9f17071836350299e256cac2d503a
authorJeff King <peff@peff.net>
Thu, 24 Jul 2014 04:40:43 +0000 (24 00:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jul 2014 20:57:49 +0000 (24 13:57 -0700)
tree0ad14960c445738afa912721463bf5f9a42220ea
parente156455ea49124c140a67623f22a393db62d5d98
receive-pack: don't copy "dir" parameter

We used to do this so could pass a mutable string to
enter_repo. But since 1c64b48 (enter_repo: do not modify
input, 2011-10-04), this is not necessary.

The resulting code is simpler, and it fixes a minor leak.

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