git-config: don't silently ignore options after --list
commita72c874e43e89a879fc4a8998ecd6e5a56667929
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 5 Oct 2007 20:16:44 +0000 (5 22:16 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 00:54:42 +0000 (15 20:54 -0400)
tree423474ef2bf3e0280ffd6dc754797d485c7f22b3
parent304b5af64f9b5a6b5e9455e2dcab381c568452b6
git-config: don't silently ignore options after --list

Error out if someone gives options after --list since that is
not a valid syntax.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-config.c