Re: Git sideband hook output

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Tuesday, June 8, 2010 - 2:46 pm

Scott Chacon <schacon@gmail.com> wrote:

It was sent over stderr, which was proxied down to the client by
the SSH daemon.


Because its echoed to the tty by the SSH client, without Git ever
seeing it.


Now its being parsed out of the stream by the git client, using
the same code that displays the progress messages during clone/fetch.


Depends on your perspective.  Its nice to know that the messages
came from the server, rather than from your client.  :-)


No.  Other than to have the hook not output anything at all.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Git sideband hook output, Scott Chacon, (Tue Jun 8, 1:32 pm)
Re: Git sideband hook output, Shawn O. Pearce, (Tue Jun 8, 2:46 pm)
Re: Git sideband hook output, Johannes Sixt, (Tue Jun 8, 11:10 pm)
RE: Git sideband hook output, Peter Kjellerstedt, (Wed Jun 9, 1:04 am)
RE: Git sideband hook output, Nicolas Pitre, (Wed Jun 9, 6:44 am)
RE: Git sideband hook output, Peter Kjellerstedt, (Thu Jun 10, 5:56 am)
RE: Git sideband hook output, Nicolas Pitre, (Thu Jun 10, 11:05 am)
Re: Git sideband hook output, Shawn O. Pearce, (Thu Jun 10, 11:30 am)
Re: Git sideband hook output, Scott Chacon, (Thu Jun 10, 11:49 am)
Re: Git sideband hook output, PJ Hyett, (Fri Jun 11, 7:34 am)
Re: Git sideband hook output, Wincent Colaiuta, (Fri Jun 11, 7:45 am)
Re: Git sideband hook output, Erik Faye-Lund, (Fri Jun 11, 8:11 am)
Re: Git sideband hook output, Ævar Arnfjörð Bjarmason, (Fri Jun 11, 8:18 am)
Re: Git sideband hook output, A Large Angry SCM, (Fri Jun 11, 2:54 pm)
Re: Git sideband hook output, A Large Angry SCM, (Fri Jun 11, 2:55 pm)
Re: Git sideband hook output, Junio C Hamano, (Fri Jun 11, 4:52 pm)
Re: Git sideband hook output, Jeff King, (Fri Jun 11, 9:07 pm)