This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
No sideband data stored for push #787
Open
Description
This seems like it could be a regression since #573. I haven't been able to see any sideband data for push for a few months now, while clone stores sideband data just fine. I should've reported this earlier, I thought it was user error at first (hey, maybe it still is!)
Steps to reproduce:
- Run the progress example, and see that sideband works fine with clone.
- Add
Progress: os.Stdout
to the push options in the push example and see no sideband data written toos.Stdout
. - Push to GitHub using the original implementation's example and see no sideband data written to
os.Stdout
.
Let me know if I can provide any more details. Thanks!