summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rwxr-xr-xdgit5
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5890597..7a3d688 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+implement i_resp_*
+
--gpg= etc. @gpg should be in manual
should pass @gpg to debsign
--ssh= etc. @ssh should be in manual
diff --git a/dgit b/dgit
index 8482381..381b731 100755
--- a/dgit
+++ b/dgit
@@ -233,7 +233,10 @@ sub responder_receive_files ($@) {
#---------- remote protocol support, initiator ----------
-
+sub initiator_expect (&) {
+ my ($match) = @_;
+ protocol_expect \*RO, &$match;
+}
#---------- end remote code ----------