git-add: Add support for --, documentation, and test.
authorCarl Worth <cworth@cworth.org>
Tue, 21 Feb 2006 23:33:49 +0000 (15:33 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Feb 2006 01:33:43 +0000 (17:33 -0800)
commit60ace8790f3cfba4fdc16e71e23c4f9c44ce9b44
tree2a482e0dd128e37b5639d6b0a9ce63f0eec7ed8d
parent39ba7d54649b35c943b026b54bff40cfa0153f3e
git-add: Add support for --, documentation, and test.

This adds support to git-add to allow the common -- to separate
command-line options and file names. It adds documentation and a new
git-add test case as well.

[jc: this should apply to 1.2.X maintenance series, so I reworked
 git-ls-files --error-unmatch test. ]

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-add.txt
git-add.sh
t/t3700-add.sh [new file with mode: 0755]