From: Junio C Hamano Date: Mon, 25 Jan 2021 22:19:19 +0000 (-0800) Subject: Merge branch 'ps/fetch-atomic' X-Git-Tag: v2.31.0-rc0~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60ecad090dab8b1c0bd436252a47c8148212bcc1;p=thirdparty%2Fgit.git Merge branch 'ps/fetch-atomic' "git fetch" learns to treat ref updates atomically in all-or-none fashion, just like "git push" does, with the new "--atomic" option. * ps/fetch-atomic: fetch: implement support for atomic reference updates fetch: allow passing a transaction to `s_update_ref()` fetch: refactor `s_update_ref` to use common exit path fetch: use strbuf to format FETCH_HEAD updates fetch: extract writing to FETCH_HEAD --- 60ecad090dab8b1c0bd436252a47c8148212bcc1