"Dr. Adam Nielsen" <admin@xxxxxxxxxx> writes: > On 07.05.19 12:07, Junio C Hamano wrote: >> "Dr. Adam Nielsen" <admin@xxxxxxxxxx> writes: >> >>> gitignore.txt: make slash-rules more readable >>> >>> Make all paragraphs valid, even if they are not read >>> in strict order. Make paragraph better understandable >>> for pattern without slash. Add paragraph for pattern >>> with slash. Be precise whenever a trailing slashes >>> would make a difference. Add some examples. >>> >>> Signed-off-by: Dr. Adam Nielsen <admin@xxxxxxxxxx> >>> >> >> Have you run "git diff --check" before committing the change? It >> seems that many updated lines end in trailing spaces. >> > > Uh, I forgot that. I will send a clean version in a moment. It's OK; "git am --whitespace=fix" can rescue a gotcha like this.