Re: [PATCH] check-ignore: clarify treatment of tracked files

2014-12-08 Thread Michael J Gruber
Junio C Hamano schrieb am 04.12.2014 um 21:15: > Michael J Gruber writes: > >> By default, check-ignore does not list tracked files at all since >> they are not subject to ignore patterns. >> >> Make this clearer in the man page. >> >> Reported-by: Guilherme >> Signed-off-by: Michael J Gruber >

Re: [PATCH] check-ignore: clarify treatment of tracked files

2014-12-04 Thread Junio C Hamano
Michael J Gruber writes: > By default, check-ignore does not list tracked files at all since > they are not subject to ignore patterns. > > Make this clearer in the man page. > > Reported-by: Guilherme > Signed-off-by: Michael J Gruber > --- > That really is a bit confusing. Does this help? Th

[PATCH] check-ignore: clarify treatment of tracked files

2014-12-04 Thread Michael J Gruber
By default, check-ignore does not list tracked files at all since they are not subject to ignore patterns. Make this clearer in the man page. Reported-by: Guilherme Signed-off-by: Michael J Gruber --- That really is a bit confusing. Does this help? Documentation/git-check-ignore.txt | 3 +++