Merge branch 'lw/daemon-log-destination'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 20:45:04 +0000 (12:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 20:45:04 +0000 (12:45 -0800)
commitc2bd43d66dab958d72bee58d319df55600158f2e
tree2eb562be1b75913ef6fd230c57028584f1a7ff6b
parente469e9c5c6919a2325db8bbef2d7f7d3640df524
parent0c591cacba00a36af797fa3b6c4a4f12d342be86
Merge branch 'lw/daemon-log-destination'

The log from "git daemon" can be redirected with a new option; one
relevant use case is to send the log to standard error (instead of
syslog) when running it from inetd.

* lw/daemon-log-destination:
  daemon: add --log-destination=(stderr|syslog|none)
daemon.c