Re: [PATCH v3 0/7] Fix some problems with reflog expiration

2015-03-04 Thread Stefan Beller
On Tue, Mar 3, 2015 at 3:43 AM, Michael Haggerty mhag...@alum.mit.edu wrote: This is v3 of the patch series. Thanks to Junio for his comments about v2 [1]; I think this version addresses all of his points. Changes since v2: * Introduce a temporary in struct ref_lock: delete the force_write

[PATCH v3 0/7] Fix some problems with reflog expiration

2015-03-03 Thread Michael Haggerty
This is v3 of the patch series. Thanks to Junio for his comments about v2 [1]; I think this version addresses all of his points. Changes since v2: * Introduce a temporary in struct ref_lock: delete the force_write member to make a complicated boolean expression easier to understand. * Split