diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2013-08-28 09:28:32 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-28 12:51:46 -0700 |
commit | f85f7947c38359c05b9df28fafe769fde9341326 (patch) | |
tree | a6a48ab92d89daabd35b734c075ce122034c93f4 | |
parent | git-clean: implement partial matching for selection (diff) | |
download | tgif-f85f7947c38359c05b9df28fafe769fde9341326.tar.xz |
documentation: clarify notes for clean.requireForce
Add "-i" (interactive clean option) to clarify the documentation for
"clean.requireForce" config variable.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 836138071a..7321a54116 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -795,8 +795,8 @@ browser.<tool>.path:: working repository in gitweb (see linkgit:git-instaweb[1]). clean.requireForce:: - A boolean to make git-clean do nothing unless given -f - or -n. Defaults to true. + A boolean to make git-clean do nothing unless given -f, + -i or -n. Defaults to true. color.branch:: A boolean to enable/disable color in the output of |