Re: [PATCH v4 00/10] teach replace objects to sha1_object_info_extended()

2013-12-30 Thread Christian Couder
From: Junio C Hamano > > Christian Couder writes: > >> The only changes compared to version 3 are the following: > > I'll queue this instead on top, as the series is already in 'next'. Great! Thanks, Christian. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a

Re: [PATCH v4 00/10] teach replace objects to sha1_object_info_extended()

2013-12-30 Thread Junio C Hamano
Christian Couder writes: > The only changes compared to version 3 are the following: I'll queue this instead on top, as the series is already in 'next'. Thanks. -- >8 -- From: Christian Couder Date: Sat, 28 Dec 2013 12:00:05 +0100 Subject: [PATCH] replace info: rename 'full' to 'long' and cla

[PATCH v4 00/10] teach replace objects to sha1_object_info_extended()

2013-12-28 Thread Christian Couder
Here is version 4 of a patch series to improve the way sha1_object_info_extended() behaves when it is passed a replaced object. The idea is to add a flags argument to it in the same way as what has been done to read_sha1_file(). This patch series was inspired by a sub thread in this discussion: h