Re: [PATCH (1b)] merge-recursive.c: Add more generic merge_recursive_generic()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Miklos Vajna wrote:
> On Tue, Aug 12, 2008 at 10:13:59PM +0200, Stephan Beyer <s-beyer@xxxxxxx> wrote:
> > merge_recursive_generic() takes, in comparison to to merge_recursive(),
> > no commit ("struct commit *") arguments but SHA ids ("unsigned char *"),
> > and no commit list of bases but an array of refs ("const char **").
> > 
> > This makes it more generic in the case that it can also take the SHA
> > of a tree to merge trees without commits, for the bases, the head
> > and the remote.
> > 
> > merge_recursive_generic() also handles locking and updating of the
> > index, which is a common use case of merge_recursive().
> 
> Then what about adding an extra parameter to merge_recursive_generic()
> so that merge_recursive_setup() could be a static function?

Could it?

I did not intend to replace merge_recursive() by merge_recursive_generic(),
because merge_recursive() may be the better choice in cases where the caller
only deals with commit objects and never with tree objects directly.
Or if the caller does not want to lock the index or do some other stuff
with the index...
In that case merge_recursive_setup() is still needed, isn't it?

Regards,
  Stephan

-- 
Stephan Beyer <s-beyer@xxxxxxx>, PGP 0x6EDDD207FCC5040F

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux