Browse Source

Merge branch 'jx/clean-interactive'

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
maint
Junio C Hamano 12 years ago
parent
commit
9b4aa47e7d
  1. 4
      Documentation/config.txt

4
Documentation/config.txt

@ -789,8 +789,8 @@ browser.<tool>.path:: @@ -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

Loading…
Cancel
Save