From 428435c37c1c669025c49d23b6a337eb615615cf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 May 2019 15:30:38 -0400 Subject: [PATCH] comment --- ...43_d942d979773d9361fbf3dde28c26a941._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/design/external_special_remote_protocol/comment_43_d942d979773d9361fbf3dde28c26a941._comment diff --git a/doc/design/external_special_remote_protocol/comment_43_d942d979773d9361fbf3dde28c26a941._comment b/doc/design/external_special_remote_protocol/comment_43_d942d979773d9361fbf3dde28c26a941._comment new file mode 100644 index 0000000000..75969e0e26 --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_43_d942d979773d9361fbf3dde28c26a941._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 43""" + date="2019-05-14T19:27:11Z" + content=""" +Notice that the --debug flag shows how this protocol is flowing in +both directions. + + <-- TRANSFER STORE ... + --> TRANSFER-SUCCESS STORE ... + +The first line was sent from git-annex to the external special remote +program, and the second line was its reply to git-annex. + +This is very handy for understanding when something strange seems to be +happening with the protocol. +"""]]