summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2013-08-28 09:28:32 +0800
committerJunio C Hamano <gitster@pobox.com>2013-08-28 12:51:46 -0700
commitf85f7947c38359c05b9df28fafe769fde9341326 (patch)
treea6a48ab92d89daabd35b734c075ce122034c93f4
parent60838613054f43d63086b0f4a7596baaee9e20c5 (diff)
downloadgit-f85f7947c38359c05b9df28fafe769fde9341326.tar.gz
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.txt4
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