Re: sysSettings::Flush()

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Subject: Re: sysSettings::Flush()
Date: 2012-10-10 15:08:24
Message-ID: CA+OCxox9tMEEKrCAu3OHkKR5KvudwWwWiPG7irLCFW8ALwFDFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Oct 10, 2012 at 4:06 PM, Vladimir Kokovic
<vladimir(dot)kokovic(at)gmail(dot)com> 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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Vladimir Kokovic 2012-10-10 15:58:50 Re: sysSettings::Flush()
Previous Message Vladimir Kokovic 2012-10-10 15:06:05 Re: sysSettings::Flush()