Use a clearer style to issue commands to remote helpers
authorDaniel Barkalow <barkalow@iabervon.org>
Fri, 4 Sep 2009 02:13:51 +0000 (22:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 04:27:36 +0000 (21:27 -0700)
commit2d14d65ce7b136b0fb18dcf27e5caff67829f658
tree8b0424fe24b752d2937b8c996f98198cc2ba78a7
parentc9e388bb48bdafdf19574add915ab0ce33a1907d
Use a clearer style to issue commands to remote helpers

This style is overkill for some commands, but it's worthwhile to use
the same style to issue all commands, and it's useful to avoid
open-coding string lengths.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c