author | SZEDER Gábor <szeder@ira.uka.de> | |
Sat, 14 Jun 2008 09:48:00 +0000 (11:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 14 Jun 2008 19:47:31 +0000 (12:47 -0700) | ||
commit | 69c61c4fa9a4b38eeb611a86102493394cdeb9cf | |
tree | 7f490ea6d59e2ab94f14d4475979f438da4e2929 | tree | snapshot |
parent | b994ec142f296c7118823495764151c2a6227e1a | commit | diff |
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>
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 | diff | blob | history | |
builtin-add.c | diff | blob | history |