git-daemon-verify: include from address in log message
commit74355750325b0c3547e1682c3f5b9412cf4f983f
authorKyle J. McKay <mackyle@gmail.com>
Tue, 17 Nov 2020 12:24:12 +0000 (17 05:24 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 17 Nov 2020 12:24:12 +0000 (17 05:24 -0700)
tree3a059d29b4bf9c08614996beda5b9ecb1b430c11
parent47b8d34564614bad73d7cc5f656bd259463b5a43
git-daemon-verify: include from address in log message

Just like git-shell-verify includes the from address of the remote
client in its log messages, do the same for git-daemon-verify
provided peek_packet can extract the remote client (i.e. using
getpeername) address.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
bin/git-daemon-verify