Jonathan Nieder <jrnieder@xxxxxxxxx> 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. >> >> The main user-visible change should be some cosmetic changes to error >> messages. The series also combines multiple ref updates into a single >> transaction in 'git http-fetch -w' and when writing tags in >> fast-import but otherwise doesn't change the granularity of >> transactions. >> >> Reviewed at https://code-review.googlesource.com/#/q/topic:ref-transaction-1 Thanks. Will queue, but the some other topics may have to disappear from my tree while I try to rebase them on top (or while I wait for you guys to send a reroll, making it unnecesary to do the rebase myself). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html