summaryrefslogtreecommitdiff
path: root/t/t2202-add-addremove.sh
Commit message (Collapse)AuthorAgeFilesLines
* t2202: make sure "git add" (no args) stays a no-opjc/simple-add-must-be-a-no-opJunio C Hamano2013-07-191-0/+10
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* git-add --all: testsJunio C Hamano2008-07-191-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>