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
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
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
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
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
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
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
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
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