Skip to content

Commit f85f794

Browse files
jiangxingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6083861 commit f85f794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ browser.<tool>.path::
795795
working repository in gitweb (see linkgit:git-instaweb[1]).
796796

797797
clean.requireForce::
798-
A boolean to make git-clean do nothing unless given -f
799-
or -n. Defaults to true.
798+
A boolean to make git-clean do nothing unless given -f,
799+
-i or -n. Defaults to true.
800800

801801
color.branch::
802802
A boolean to enable/disable color in the output of

0 commit comments

Comments
 (0)