Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Jerry Van Baren
Rick Welykochy wrote: > Jerry Van Baren wrote: > >> Rick Welykochy wrote: >>> I you disagree then please provide an example of a source code file, >>> language processor or other instance where trailing white space actaully >>> can cause trouble. I'm at a loss to find such. >> The problem is that

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Mason James
On 2008/12/5, at 10:55 AM, Chris Cormack wrote: > On Fri, Dec 5, 2008 at 10:51 AM, Rick Welykochy > <[EMAIL PROTECTED]> wrote: >> Andrew Moore wrote: >>> On Thu, Dec 4, 2008 at 3:25 PM, Rick Welykochy >>> <[EMAIL PROTECTED]> wrote: I propose we disable it. >>> >>> I think: >>> >>> "git-c

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Rick Welykochy
Jerry Van Baren wrote: > Rick Welykochy wrote: >> I you disagree then please provide an example of a source code file, >> language processor or other instance where trailing white space actaully >> can cause trouble. I'm at a loss to find such. > > The problem is that whitespace causes totally un

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Chris Cormack
On Fri, Dec 5, 2008 at 10:51 AM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > Andrew Moore wrote: >> On Thu, Dec 4, 2008 at 3:25 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: >>> I propose we disable it. >> >> I think: >> >> "git-config core.whitespace=nowarn" >> >> will do that for you. >> >> if no

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Rick Welykochy
Andrew Moore wrote: > On Thu, Dec 4, 2008 at 3:25 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: >> I propose we disable it. > > I think: > > "git-config core.whitespace=nowarn" > > will do that for you. > > if not, something really similar will. > > hope it helps. Thanks ... will look into d

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Jerry Van Baren
Rick Welykochy wrote: > I am new to git and its brain twisting operation. Nonetheless the Koha > version control system is starting to work with me. > > The gazillions of warning messages that its spews out about trailing > white space produce so much useless noise that I cannot see the real > war

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Mason James
white-space causes trouble for git's diffing (and all RCS too?) thats why its on by default, i guess... i turn it off personally, and manage my own white-space tidying others can do what they want... hth On 2008/12/5, at 10:25 AM, Rick Welykochy wrote: > I am new to git and its brain twisting

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Andrew Moore
On Thu, Dec 4, 2008 at 3:25 PM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > I propose we disable it. I think: "git-config core.whitespace=nowarn" will do that for you. if not, something really similar will. hope it helps. -Andy ___ Koha-devel mailin

Re: [Koha-devel] Git whitespace whining

2008-12-04 Thread Chris Cormack
On Fri, Dec 5, 2008 at 10:25 AM, Rick Welykochy <[EMAIL PROTECTED]> wrote: > I am new to git and its brain twisting operation. Nonetheless the Koha > version control system is starting to work with me. > > The gazillions of warning messages that its spews out about trailing > white space produce so