Re: [PATCH] add basic .gitattributes files to notice whitespace issues

2016-04-21 Thread Jeff Law
On 02/04/2016 07:00 PM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders Hi, We can tell git to highlight whitespace errors in diffs, and if you enable the default pre-commit hook git won't allow you to make a commit with a whitespace error violating the rules you told it about. These f

Re: [PATCH] add basic .gitattributes files to notice whitespace issues

2016-02-05 Thread Trevor Saunders
On Fri, Feb 05, 2016 at 10:33:51AM -0500, David Malcolm wrote: > On Thu, 2016-02-04 at 21:00 -0500, tbsaunde+...@tbsaunde.org wrote: > > From: Trevor Saunders > > > > Hi, > > > > We can tell git to highlight whitespace errors in diffs, and if you > > enable the > > default pre-commit hook git wo

Re: [PATCH] add basic .gitattributes files to notice whitespace issues

2016-02-05 Thread David Malcolm
On Thu, 2016-02-04 at 21:00 -0500, tbsaunde+...@tbsaunde.org wrote: > From: Trevor Saunders > > Hi, > > We can tell git to highlight whitespace errors in diffs, and if you > enable the > default pre-commit hook git won't allow you to make a commit with a > whitespace > error violating the rules