From: Ian Jackson Date: Wed, 9 Oct 2013 06:20:12 +0000 (+0100) Subject: wip changes for remote push - fixes X-Git-Tag: debian/0.16_experimental2^2~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=20d213b07642bab55c3727532696623cb74ecee6;hp=bf3c1aff96cc631d7c3a41ff0e5a52d4574a13a8 wip changes for remote push - fixes --- diff --git a/dgit b/dgit index 09081053..b551eacd 100755 --- a/dgit +++ b/dgit @@ -225,7 +225,7 @@ sub responder_send_command ($) { sub responder_send_file ($$) { my ($keyword, $ourfn) = @_; return unless $we_are_responder; - responder_send_command "file begin $cmdprefix"; + responder_send_command "file-begin $keyword"; protocol_send_file \*STDOUT, $ourfn; }