From: Clemens Buchacher Date: Sat, 7 Jan 2012 11:42:46 +0000 (+0100) Subject: git-daemon: produce output when ready X-Git-Tag: v1.7.10-rc0~149^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f6a34cfbb4314105c4dadd88eb42da26aef44dfd?hp=f6a34cfbb4314105c4dadd88eb42da26aef44dfd 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 Signed-off-by: Junio C Hamano ---