Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mm/clean-doc-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Feb 2016 21:10:20 +0000
(13:10 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Feb 2016 21:10:20 +0000
(13:10 -0800)
The documentation for "git clean" has been corrected; it mentioned
that .git/modules/* are removed by giving two "-f", which has never
been the case.
* mm/clean-doc-fix:
Documentation/git-clean.txt: don't mention deletion of .git/modules/*
Documentation/git-clean.txt
patch
|
blob
|
history
raw
(from parent 1:
2263a05
)
diff --git
a/Documentation/git-clean.txt
b/Documentation/git-clean.txt
index 641681f61ad360fcfd5aa98f81a9e3d49c44c8a7..51a7e26a8ec178e7e9fd0b78c00bb7ce518cd049 100644
(file)
--- a/
Documentation/git-clean.txt
+++ b/
Documentation/git-clean.txt
@@
-37,9
+37,7
@@
OPTIONS
to false, 'git clean' will refuse to delete files or directories
unless given -f, -n or -i. Git will refuse to delete directories
with .git sub directory or file unless a second -f
- is given. This affects also git submodules where the storage area
- of the removed submodule under .git/modules/ is not removed until
- -f is given twice.
+ is given.
-i::
--interactive::