3 # Copyright (c) 2006 Carl D. Worth
6 test_description
='Test of git-add, including the -- option.'
12 'touch foo && git-add foo'
15 'Post-check that foo is in the index' \
16 'git-ls-files foo | grep foo'
19 'Test that "git-add -- -q" works' \
20 'touch -- -q && git-add -- -q'