summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/spin_failure_HEAD.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/spin_failure_HEAD.mdwn b/doc/todo/spin_failure_HEAD.mdwn
index 62c3e094..981e775c 100644
--- a/doc/todo/spin_failure_HEAD.mdwn
+++ b/doc/todo/spin_failure_HEAD.mdwn
@@ -97,8 +97,11 @@ Sending privdata (73139 bytes) to kite.kitenet.net ... done
> >
> >
> > I added debug dumping to gitPushHelper, and it seems to be
-> > reading the same truncated data, so it seems ok.
+> > reading the same truncated data, so it seems the problem is not there.
> >
> > Just after the gitPushMarker is sent, I made it read
> > a line from stdin, and it got the first line of the protocol.
-> >
+> > So the data is being sent over the ssh connection ok, and
+> > the mangling must happening after that point and before gitPushHelper.
+> > ... Could it be that git fetch itself is eating some of stdin? Or
+> > that "propellor --gitpush" is before it runs gitPushHelper?