Re: Feature Freeze date for 8.4

Brendan Jurd <direvus@gmail.com>

From: "Brendan Jurd" <direvus@gmail.com>
To: "Marko Kreen" <markokr@gmail.com>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>, josh@agliodbs.com, pgsql-hackers@postgresql.org
Date: 2007-10-24T12:00:20Z
Lists: pgsql-hackers
> As we seem discussing developement in general, there is one
> obstacle in the way of individual use of DSCMs - context diff
> format as only one accepted.  Both leading DSCMs - GIT and Mercurial
> do not support it.
>

Really?  I just started playing around with git, and the output from
git diff produced the same kind of diff file I would normally get from
`svn di` or `cvs di -c`.

Maybe I'm misunderstanding what you meant by "context diff", but this
stuff git is producing looks like a context diff to me.

Regards,
BJ