Re: Visual Studio 2010/Windows SDK 7.1 support - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Visual Studio 2010/Windows SDK 7.1 support
Date
Msg-id 4D24B196.5090406@dunslane.net
Whole thread Raw
In response to Re: Visual Studio 2010/Windows SDK 7.1 support  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Visual Studio 2010/Windows SDK 7.1 support  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

On 01/05/2011 12:33 PM, Magnus Hagander wrote:
>> It's actually the same patch as before with the corrupted line-endings
>> parsed out.
>>
>> "git diff master VS2010>  ../VS2010.patch" reproduceabyl generates those on
>> my (windows) system when I use git-external-diff configured as described in
>> http://wiki.postgresql.org/wiki/Working_with_Git#Context_diffs_with_Git to
>> produce context diffs.
> Yeah, I'm not sure those instructions really take Windows into account :-)

I've abandoned the use of an external diff program for git. If I need 
context diffs I produce them by piping normal git diff output through 
"filterdiff --format=context".

cheers

andrew


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Support for negative index values in array fetching
Next
From: Robert Haas
Date:
Subject: Re: Upgrading Extension, version numbers