transport-helper: trivial cleanup
commit852e54bc0f8c7a478bf1f3a13b45fdfc6604aba7
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 12 Apr 2014 20:33:31 +0000 (12 15:33 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Apr 2014 21:03:33 +0000 (14 14:03 -0700)
tree5f04c95c5ad506341e26baabb044904bedfeeb6e
parent0551a06c22543d4ff1aecbdf6b419760b1b10bff
transport-helper: trivial cleanup

It's simpler to store the file names directly, and form the fast-export
arguments only when needed, and re-use the same strbuf with a format.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c