On Tue, Dec 28, 2010 at 11:02 PM, Tom Lane <[email protected]> wrote: > Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ... > > I heard the siren call of git cherry-pick, but should have lashed myself > to the mast.
Applying the same patch blindly to every branch can bite you no matter how you move the patch around. Consider: git cherry-pick -n master # hack git commit -a Or: git cherry-pick master # check it, then, if needed, make and fold in modifications: git commit -a --amend --date=now -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
