Re: [2.1/5] Add merge-base

2005-04-17 Thread Daniel Barkalow
On Sun, 17 Apr 2005, Petr Baudis wrote: > Dear diary, on Sun, Apr 17, 2005 at 06:51:59PM CEST, I got a letter > where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > > merge-base finds one of the best common ancestors of a pair of commits. In > > particular, it finds one of the ones which is

Re: [2.1/5] Add merge-base

2005-04-17 Thread Petr Baudis
Dear diary, on Sun, Apr 17, 2005 at 06:51:59PM CEST, I got a letter where Daniel Barkalow <[EMAIL PROTECTED]> told me that... > merge-base finds one of the best common ancestors of a pair of commits. In > particular, it finds one of the ones which is fewest commits away from the > further of the he

[2.1/5] Add merge-base

2005-04-17 Thread Daniel Barkalow
merge-base finds one of the best common ancestors of a pair of commits. In particular, it finds one of the ones which is fewest commits away from the further of the heads. Signed-Off-By: Daniel Barkalow <[EMAIL PROTECTED]> Index: Makefile ===