Re: Visual Studio 2010/Windows SDK 7.1 support
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Magnus Hagander <magnus@hagander.net>
Cc: Brar Piening <brar@gmx.de>, pgsql-hackers@postgresql.org
Date: 2011-01-05T17:59:50Z
Lists: 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