chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wip changes for remote push - fixes
[dgit.git]
/
dgit
diff --git
a/dgit
b/dgit
index 0908105357426821699bb0953a254f965fbcc02e..b551eacd1e9c7a6fa73d49a612b72e1e088efc13 100755
(executable)
--- 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;
}