From: Ian Jackson Date: Sat, 30 Jul 2016 12:12:12 +0000 (+0100) Subject: dgit: rpush protocol comment: Add some missing protocol elements X-Git-Tag: archive/debian/2.0~253 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a8b12f94043cb406cc30dc722c461a4dc1017ed3;p=dgit.git dgit: rpush protocol comment: Add some missing protocol elements progress, supplementary-message, previously, and param csuite, were all missing. Document them. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index d40a178a..b8f00c39 100755 --- a/dgit +++ b/dgit @@ -213,6 +213,16 @@ sub quiltmode_splitbrain () { # where is ,... ... # < dgit-remote-push-ready # +# occasionally: +# +# > progress NBYTES +# [NBYTES message] +# +# > supplementary-message NBYTES # $protovsn >= 3 +# [NBYTES message] +# +# main sequence: +# # > file parsed-changelog # [indicates that output of dpkg-parsechangelog follows] # > data-block NBYTES @@ -227,6 +237,10 @@ sub quiltmode_splitbrain () { # [etc] # # > param head HEAD +# > param csuite SUITE +# +# > previously REFNAME=OBJNAME # if --deliberately-not-fast-forward +# # goes into tag, for replay prevention # # > want signed-tag # [indicates that signed tag is wanted]