Sverre Rabbelier wrote:
Obviously the testgit helper shouldn't just print 'ok' for master,
but it demonstrates the idea.
For those who (like me) wondered what it should do:
When the push is complete, outputs one or more ok <dst> or
error <dst> <why>? lines to indicate success or failure of
each pushed ref. The status report output is terminated by a
blank line. The option field <why> may be quoted in a C style
string if it contains an LF.
So I guess testgit should be getting this information from the
result of non_local.push().