[PATCH 0/5] Add a flag to push atomically

2014-12-15 Thread Stefan Beller
This patch series adds a flag to git push to update the remote refs atomically. It was part of a longer patch series[1]. This series applies on top of origin/mh/reflog-expire It can also be found at [2]. Change since picking the series up from Ronnie. * other anchor point (i.e. where the

Re: [PATCH 0/5] Add a flag to push atomically

2014-12-15 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: This patch series adds a flag to git push to update the remote refs atomically. It was part of a longer patch series[1]. This series applies on top of origin/mh/reflog-expire It can also be found at [2]. Change since picking the series up from