git-commit: Add tests for invalid usage of -a/--interactive with paths
authorBjörn Steinbrink <B.Steinbrink@gmx.de>
Mon, 12 Nov 2007 15:15:39 +0000 (16:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2007 02:23:32 +0000 (18:23 -0800)
git-commit was/is broken in that it accepts paths together with -a or
--interactive, which it shouldn't. There tests check those usage errors.

Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found