From: Junio C Hamano Date: Fri, 20 Sep 2013 19:36:12 +0000 (-0700) Subject: Merge branch 'bk/refs-multi-update' X-Git-Tag: v1.8.5-rc0~94 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9a86b899415c8a49cc33d6b43bcab8113ddca517?hp=9a86b899415c8a49cc33d6b43bcab8113ddca517 Merge branch 'bk/refs-multi-update' Give "update-refs" a "--stdin" option to read multiple update requests and perform them in an all-or-none fashion. * bk/refs-multi-update: update-ref: add test cases covering --stdin signature update-ref: support multiple simultaneous updates refs: add update_refs for multiple simultaneous updates refs: add function to repack without multiple refs refs: factor delete_ref loose ref step into a helper refs: factor update_ref steps into helpers refs: report ref type from lock_any_ref_for_update reset: rename update_refs to reset_refs ---