Re: renaming contrib. (was multi-platform, multi-locale regression tests) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: renaming contrib. (was multi-platform, multi-locale regression tests)
Date
Msg-id 15523.1289491139@sss.pgh.pa.us
Whole thread Raw
In response to Re: multi-platform, multi-locale regression tests  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
Aidan Van Dyk <aidan@highrise.ca> writes:
> Can you share what commit you were trying to cherry-pick, and what
> your resulting commit was?  I can try and take a quick look at them
> and see if there is something obviously fishy with how git's trying to
> merge the new commit on the old tree...

See yesterday's line_construct_pm() patches.  I committed in HEAD and
then did "git cherry-pick master" in each back branch.  These all worked,
which would be the minimum expectation for a single-file patch against
a function that hasn't changed since 1999.  But in the older branches
it bleated about shutting off rename detection because of too many files
(sorry, don't have the exact message in front of me, but that was the
gist of it).  Not the sort of thing that gives one a warm feeling about
the tool.  I've seen this before when trying to use git cherry-pick,
but I forget on which other patches exactly.

Oh, for the record:
$ git --version
git version 1.7.3
        regards, tom lane


pgsql-hackers by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: renaming contrib. (was multi-platform, multi-locale regression tests)
Next
From: Tom Lane
Date:
Subject: Re: renaming contrib. (was multi-platform, multi-locale regression tests)