Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-17 Thread Philip Oakley
From: "Junio C Hamano" Matthieu Moy writes: Philip Oakley writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch, but keep manually created files. +SE

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Junio C Hamano
Matthieu Moy writes: > Philip Oakley writes: > >> --- a/Documentation/git-clean.txt >> +++ b/Documentation/git-clean.txt >> @@ -63,6 +63,12 @@ OPTIONS >> Remove only files ignored by git. This may be useful to rebuild >> everything from scratch, but keep manually created files. >> >

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Philip Oakley
On 16/09/12 20:21, Philip Oakley wrote: On 16/09/12 13:08, Matthieu Moy wrote: Philip Oakley writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scra

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Philip Oakley
On 16/09/12 13:08, Matthieu Moy wrote: Philip Oakley writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch, but keep manually created files.

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Matthieu Moy
Philip Oakley writes: > --- a/Documentation/git-clean.txt > +++ b/Documentation/git-clean.txt > @@ -63,6 +63,12 @@ OPTIONS > Remove only files ignored by git. This may be useful to rebuild > everything from scratch, but keep manually created files. > > +SEE ALSO > + > +link

[PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Philip Oakley
'git clean' is controlled by gitignore, excludes, and core.excludesfile. Provide See Also links for them. Use of core.excludesfile is implied. Signed-off-by: Philip Oakley diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 79fb984..9a977b7 100644 --- a/Documentation/gi