Merge branch 'nd/daemon-informative-errors-typofix' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:23:07 +0000 (11:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:23:07 +0000 (11:23 -0800)
The "--[no-]informative-errors" options to "git daemon" were parsed
a bit too loosely, allowing any other string after these option
names.

* nd/daemon-informative-errors-typofix:
daemon: be strict at parsing parameters --[no-]informative-errors

Trivial merge