On Wed, Oct 10, 2012 at 4:06 PM, Vladimir Kokovic <[email protected]> wrote: > Hi, > > I don't know what is problem ! > Maybe some blank line missing, > Try to add empty line at the end of file. > > My git diff command: > > cd pgadmin3; git diff master vk-20120512-pgadmin3 | filterdiff > --format=context > /tmp/pgadmin3.patch; cd ../
Oh, OK - please try that again, but don't pipe it through filterdiff. I suspect that's what's causing the issue. e.g. cd pgadmin3; git diff master vk-20120512-pgadmin3 > /tmp/pgadmin3.patch; cd ../ -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
