Code

git-daemon: produce output when ready
authorClemens Buchacher <drizzd@aon.at>
Sat, 7 Jan 2012 11:42:46 +0000 (12:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jan 2012 23:08:03 +0000 (15:08 -0800)
commitf6a34cfbb4314105c4dadd88eb42da26aef44dfd
treea128c801eba2c9b7ba5e918c49d90b9b0af17fa2
parent71039fb9d562731ed700ef072b6fcb18e2478361
git-daemon: produce output when ready

If a client tries to connect after git-daemon starts, but before it
opens a listening socket, the connection will fail. Output "[PID]
Ready to rumble]" after opening the socket successfully in order to
inform the user that the daemon is now ready to receive
connections.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c