]> git.ipfire.org Git - thirdparty/git.git/commit - t/t2200-add-update.sh
t2200: check that "add -u" limits itself to subdirectory
authorJeff King <peff@peff.net>
Thu, 14 Mar 2013 06:44:04 +0000 (02:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2013 15:24:12 +0000 (08:24 -0700)
commit7bf7a92f69f8b0af7169af390e53397698fcfa95
tree4c66940a60833b7dcc741592cbc8f927dfe4061c
parentc75aa630b2f7c9a6cbdaa3333daa1b128b3b8a01
t2200: check that "add -u" limits itself to subdirectory

This behavior is due to change in the future, but let's test
it anyway. That helps make sure we do not accidentally
switch the behavior too soon while we are working in the
area, and it means that we can easily verify the change when
we do make it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2200-add-update.sh