git add: add long equivalents of '-u' and '-f' options
commit69c61c4fa9a4b38eeb611a86102493394cdeb9cf
authorSZEDER Gábor <szeder@ira.uka.de>
Sat, 14 Jun 2008 09:48:00 +0000 (14 11:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jun 2008 19:47:31 +0000 (14 12:47 -0700)
tree7f490ea6d59e2ab94f14d4475979f438da4e2929
parentb994ec142f296c7118823495764151c2a6227e1a
git add: add long equivalents of '-u' and '-f' options

The option -u stands for --update and it is a good idea to make it clear
especially because this is the only mode of operation of "git add" that
does something different from "adding".  Give longer --force synonym to -f
while we are at it as well.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
builtin-add.c