Re: [PATCH] Documentation/git-clean: Document --force --force

2012-12-21 Thread Soren Brinkmann
On Thu, Dec 20, 2012 at 07:01:41PM -0800, Junio C Hamano wrote: > Soren Brinkmann writes: > > > Ping? > > I *think* it is a mistake for the command to remove a separate > project repository within, with any number of "-f", so I'd rather > see a patch to fix it, instead of casting such a misbehav

Re: [PATCH] Documentation/git-clean: Document --force --force

2012-12-20 Thread Junio C Hamano
Soren Brinkmann writes: > Ping? I *think* it is a mistake for the command to remove a separate project repository within, with any number of "-f", so I'd rather see a patch to fix it, instead of casting such a misbehaviour as a feature in stone by documenting it. I dunno. > On Thu, Dec 13, 201

Re: [PATCH] Documentation/git-clean: Document --force --force

2012-12-20 Thread Soren Brinkmann
Ping? On Thu, Dec 13, 2012 at 05:46:55PM -0800, Soren Brinkmann wrote: > This patch documents the behavior of 'git clean' when > encountering nested git repositories. > Such repositories are only deleted if '-f' is passed twice > to 'git clean'. > > Signed-off-by: Soren Brinkmann > --- > Docume

[PATCH] Documentation/git-clean: Document --force --force

2012-12-13 Thread Soren Brinkmann
This patch documents the behavior of 'git clean' when encountering nested git repositories. Such repositories are only deleted if '-f' is passed twice to 'git clean'. Signed-off-by: Soren Brinkmann --- Documentation/git-clean.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documenta