Re: [PATCH V2] core.filemode may need manual action

2014-10-20 Thread Junio C Hamano
Junio C Hamano writes: > Torsten Bögershausen writes: > >> - The '+' at an otherwise empty line generates an empty line >> in html, so s/^$/+/ > > I think the rule is actually that you cannot have multiple > paragraphs in an enumerated list the same "headword double-colon and > then indented p

Re: [PATCH V2] core.filemode may need manual action

2014-10-19 Thread Junio C Hamano
Torsten Bögershausen writes: > - The '+' at an otherwise empty line generates an empty line > in html, so s/^$/+/ I think the rule is actually that you cannot have multiple paragraphs in an enumerated list the same "headword double-colon and then indented paragraph" way, and need to unindent s

[PATCH V2] core.filemode may need manual action

2014-10-17 Thread Torsten Bögershausen
core.filemode is set automatically when a repo is created. But when a repo is exported via CIFS or cygwin is mixed with Git for Windows or Eclipse core.filemode may better be set manually to false. Update and improve the documentation Helped-by: Junio C Hamano Signed-off-by: Torsten Bögershausen