git-add -f: allow adding otherwise ignored files.
commit6a1ad32519898a8fa4400e081c2d61fd3af42e2c
authorJunio C Hamano <junkio@cox.net>
Tue, 26 Dec 2006 01:46:38 +0000 (25 17:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 26 Dec 2006 01:46:38 +0000 (25 17:46 -0800)
tree110f00c9884d8e4bf8b6cb6bc15fbc40db46782c
parent1e423f56558e74a3a94c653108f64f0305199b9a
git-add -f: allow adding otherwise ignored files.

Instead of just warning, refuse to add otherwise ignored files
by default, and allow it with an -f option.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-add.txt
builtin-add.c