]> git.ipfire.org Git - thirdparty/git.git/commit - t/t2200-add-update.sh
Add test to check recent fix to "git add -u"
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 14 Sep 2007 08:29:04 +0000 (10:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2007 21:30:05 +0000 (14:30 -0700)
commit43b98acc23306fd7fff888477937063361a09593
treeafd20e933ba31c99c2905217f529992caaeaed47
parent42b5f8693eddbbd486579fb2304db1bc7282ac26
Add test to check recent fix to "git add -u"

An earlier commit fixed type-change case in "git add -u".
This adds a test to make sure we do not introduce regression.

At the same time, it fixes a stupid typo in the error message.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c
t/t2200-add-update.sh