[PATCH v13 00/41] Use ref transactions

2014-06-03 Thread Ronnie Sahlberg
This patch series can also be found at https://github.com/rsahlberg/git/tree/ref-transactions This patch series is based on next and expands on the transaction API. It converts all ref updates, inside refs.c as well as external, to use the transaction API for updates. This makes most of the ref

Re: [PATCH v13 00/41] Use ref transactions

2014-06-03 Thread Jonathan Nieder
Ronnie Sahlberg wrote: This patch series can also be found at https://github.com/rsahlberg/git/tree/ref-transactions Applies with two minor conflicts on top of a merge of mh/ref-transaction, rs/ref-update-check-errors-early, and rs/reflog-exists. Previously: motivation: