Re: very slow cherry-pick'ing (old-2.6-bkcvs tree)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Erez Zadok <ezk@...>
Cc: Git Mailing List <git@...>
Date: Friday, September 7, 2007 - 3:27 am

Erez Zadok schrieb:

I *think* that the reason for this is that those repositories don't have any 
commits in common (but I don't have clones to verify my claim). Since 
cherry-pick does merge-recursive, it tries to find a suitable merge base, 
but since there is no history in common, it walks both histories all the way 
down only to find that there is no possible merge base.

You could improve the situation if you graft the histories together:

   echo $first_commit_in_2.6.12 $suitable_commit_in_bkcvs > .git/info/grafts

-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
very slow cherry-pick'ing (old-2.6-bkcvs tree), Erez Zadok, (Thu Sep 6, 7:51 pm)
Re: very slow cherry-pick'ing (old-2.6-bkcvs tree), Johannes Sixt, (Fri Sep 7, 3:27 am)
Re: very slow cherry-pick'ing (old-2.6-bkcvs tree), Shawn O. Pearce, (Fri Sep 7, 12:42 am)