Re: [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify

2014-08-08 Thread Linus Arver
On Wed, Aug 06, 2014 at 10:35:31AM -0700, Junio C Hamano wrote: > While I agree that it is a very good idea to state "what it does, > what it is for" with the very first sentence of the paragraph, > "separate the git repository from your working tree" does not say > much more than the name of the o

Re: [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify

2014-08-06 Thread Junio C Hamano
Linus Arver writes: > On Tue, Aug 05, 2014 at 03:12:21PM -0700, Junio C Hamano wrote: >> Linus Arver writes: >> >> > Signed-off-by: Linus Arver >> > --- >> >> You would need to work on your justification skills ;-) in the log >> message. What does this change "clarify" and in what way? > > O

Re: [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify

2014-08-05 Thread Linus Arver
On Tue, Aug 05, 2014 at 03:12:21PM -0700, Junio C Hamano wrote: > Linus Arver writes: > > > Signed-off-by: Linus Arver > > --- > > You would need to work on your justification skills ;-) in the log > message. What does this change "clarify" and in what way? Oops, sorry. I guess I should have

Re: [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify

2014-08-05 Thread Junio C Hamano
Linus Arver writes: > Signed-off-by: Linus Arver > --- You would need to work on your justification skills ;-) in the log message. What does this change "clarify" and in what way? > Documentation/git-init.txt | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git

[PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify

2014-08-02 Thread Linus Arver
Signed-off-by: Linus Arver --- Documentation/git-init.txt | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index f21b85b..bf0a7ae 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -57