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

2015-02-09 Thread Stefan Beller
On Mon, Feb 9, 2015 at 1:12 AM, Michael Haggerty wrote: > By the way, both of these patch series conflict with > sb/atomic-push-fix, which is in pu. My understanding is that Stefan > wants to rework that patch series anyway, but if not I would be happy > to show how to resolve the conflicts. Heh

[PATCH 0/8] Fix some problems with reflog expiration

2015-02-09 Thread Michael Haggerty
In addition to a few cleanups, this patch series fixes some problems that I noticed when working on mh/reflog-expire: * Ignore '--updateref' when expiring the reflog of a symbolic reference, because the alternatives are all pretty silly. See the log message for commit 6/8 for more information.