summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess2017-06-18 16:49:14 -0400
committerJoey Hess2017-06-18 16:49:14 -0400
commit5f50c9ee767156b44b34e40eaa2a887e7878be63 (patch)
tree34d57972f446bb4ddeda2da041cb1aa75cc46fe5 /doc/todo
parent49ff9d547070bc644f0ece2a1f5de8d70699b4c0 (diff)
propellor spin
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/spin_failure_HEAD.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/spin_failure_HEAD.mdwn b/doc/todo/spin_failure_HEAD.mdwn
index 6013db62..b1ec4de3 100644
--- a/doc/todo/spin_failure_HEAD.mdwn
+++ b/doc/todo/spin_failure_HEAD.mdwn
@@ -88,3 +88,10 @@ Sending privdata (73139 bytes) to kite.kitenet.net ... done
> > of git protocol were not sent.
> >
> > Question now is, where is the mangling happening?
+> >
+> > * Fairly sure it's not on the local side's sendGitUpdate,
+> > where "git upload-pack ." is simply run and fed over ssh.
+> > * Could be in gitPushHelper, perhaps it's truncating
+> > data somehow?
+> > * Could be something on the remote side is consuming stdin
+> > that is not supposed to, and eats some of the protocol.