Chase Brammer wrote:
The result of this is external tools and tools writing standard error
to a file from bash would not be able to receive progress information
during a push. Similar functionality is seen in fetch, which still
works.
A bit of protocol: since the patch is by Jeff, this should have
From: Jeff King [off-list ref]
at the beginning of the log message. See Documentation/SubmittingPatches
for details.
Helped-by: Jonathan Nieder [off-list ref]
I didn't help. :)
builtin/send-pack.c | 3 +++
send-pack.h | 1 +
transport.c | 1 +
3 files changed, 5 insertions(+), 0 deletions(-)
It's not necessary by any means, but it would be nice to add a test
for this to t/ so no one breaks the new functionality in the future.
Thanks.