notes-utils: handle boolean notes.rewritemode correctly
authorJohn Keeping <john@keeping.me.uk>
Sun, 16 Feb 2014 16:06:02 +0000 (16:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2014 23:51:29 +0000 (15:51 -0800)
If we carry on after outputting config_error_nonbool then we're
guaranteed to dereference a null pointer.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found