Re: [PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)

2014-08-27 Thread Junio C Hamano
Junio C Hamano writes: > Jonathan Nieder writes: > >> Jonathan Nieder wrote: >> >>> This series teaches the tag, replace, commit, cherry-pick, >>> fast-import, checkout -b, branch, receive-pack, and http-fetch >>> commands and all update_ref and delete_ref callers to use the ref >>> transaction

Re: [PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)

2014-08-27 Thread Junio C Hamano
Jonathan Nieder writes: > Jonathan Nieder wrote: > >> This series teaches the tag, replace, commit, cherry-pick, >> fast-import, checkout -b, branch, receive-pack, and http-fetch >> commands and all update_ref and delete_ref callers to use the ref >> transaction API instead of lock_ref_sha1. >> >

[PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)

2014-08-26 Thread Jonathan Nieder
Jonathan Nieder wrote: > This series teaches the tag, replace, commit, cherry-pick, > fast-import, checkout -b, branch, receive-pack, and http-fetch > commands and all update_ref and delete_ref callers to use the ref > transaction API instead of lock_ref_sha1. > > The main user-visible change shou