author | Josh Triplett <josh@freedesktop.org> | |
Tue, 24 Apr 2007 00:18:16 +0000 (17:18 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Apr 2007 05:13:50 +0000 (22:13 -0700) | ||
commit | 2122591b3b5c6d93d3052a3151afcfa3146ede84 | |
tree | 59d0c98999b5021f2e9816d01fdc0d4efbdd079c | tree | snapshot |
parent | ab69e89c7e95f309564c3967222bd39f0587a74c | commit | diff |
Add clean.requireForce option, and add -f option to git-clean to override it
Add a new configuration option clean.requireForce. If set, git-clean will
refuse to run, unless forced with the new -f option, or not acting due to -n.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Add a new configuration option clean.requireForce. If set, git-clean will
refuse to run, unless forced with the new -f option, or not acting due to -n.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | diff | blob | history | |
Documentation/git-clean.txt | diff | blob | history | |
contrib/completion/git-completion.bash | diff | blob | history | |
git-clean.sh | diff | blob | history |