Re: [PATCH 0/4] Make update_refs more atomic V2

2014-04-10 Thread Junio C Hamano
Junio C Hamano writes: > CC'ing Michael who has been active in this area as an area expert. > > Ronnie, please make it a habit to run something like > > $ git shortlog --no-merges --since=18.months ... > > to help you decide who your series may want to be reviewed by, > before sending them. >

Re: [PATCH 0/4] Make update_refs more atomic V2

2014-04-10 Thread Junio C Hamano
CC'ing Michael who has been active in this area as an area expert. Ronnie, please make it a habit to run something like $ git shortlog --no-merges --since=18.months ... to help you decide who your series may want to be reviewed by, before sending them. Thanks. Ronnie Sahlberg writes: > r

[PATCH 0/4] Make update_refs more atomic V2

2014-04-10 Thread Ronnie Sahlberg
refs.c:update_refs() intermingles doing updates and checks with actually applying changes to the refs in loops that abort on error. This is done one ref at a time and means that if an error is detected that will fail the operation after only some of the ref operations have been been updated on the