Skip to content

Commit

Permalink
Merge branch 'jx/clean-interactive'
Browse files Browse the repository at this point in the history
Finishing touches to update the document to adjust to a new option
"git clean" learned recently.

* jx/clean-interactive:
  documentation: clarify notes for clean.requireForce
  • Loading branch information
Junio C Hamano committed Sep 17, 2013
2 parents f2ded0f + f85f794 commit 9b4aa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,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
Expand Down

0 comments on commit 9b4aa47

Please sign in to comment.