summaryrefslogtreecommitdiff
path: root/t/t2202-add-addremove.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-07-19git-add --all: testsLibravatar Junio C Hamano1-0/+44
And here is a small test script that makes sure that: - both modified and new files are included, - removed file is noticed, and - no ignored file is included. Signed-off-by: Junio C Hamano <gitster@pobox.com>