Merge branch 'rs/daemon-interpolate'
commitef4cdb8bb7c56a431f2f553ed39b896f32488a18
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2015 22:37:04 +0000 (3 14:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2015 22:37:04 +0000 (3 14:37 -0800)
tree1c1b832239bb2a539bd6cb1b172fafd6104a9f7e
parent0278b3f609f13ecc9d4a31e39057a7c9edf80ec5
parentdc8edc8f7d503b96dc4ceb275f7f6ca7637be5a9
Merge branch 'rs/daemon-interpolate'

"git daemon" looked up the hostname even when "%CH" and "%IP"
interpolations are not requested, which was unnecessary.

* rs/daemon-interpolate:
  daemon: use callback to build interpolated path
  daemon: look up client-supplied hostname lazily
daemon.c