Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-19 | t2202: make sure "git add" (no args) stays a no-op | Junio C Hamano | 1 | -0/+10 | |
Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2008-07-19 | git-add --all: tests | Junio C Hamano | 1 | -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> |