Re: [PATCHv6 0/7] atomic pushes

2014-12-22 Thread Junio C Hamano
Will queue; thanks for a pleasant read. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCHv6 0/7] atomic pushes

2014-12-19 Thread Stefan Beller
This patch series adds a flag to git push to update the remote refs atomically. This series applies on top of origin/mh/reflog-expire It can also be found at github[1]. This series incorporates all suggestions by Eric. Most changes appear in patch 4/7 as it is a complete rewrite compared to v5 of