From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad King Subject: [PATCH v5 0/8] Multiple simultaneously locked ref updates Date: Mon, 9 Sep 2013 09:22:31 -0400 Message-ID: References: Cc: gitster@pobox.com, mhagger@alum.mit.edu To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Sep 09 15:24:47 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VJ1SN-0003iv-ME for gcvg-git-2@plane.gmane.org; Mon, 09 Sep 2013 15:24:44 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752898Ab3IINYj (ORCPT ); Mon, 9 Sep 2013 09:24:39 -0400 Received: from tripoint.kitware.com ([66.194.253.20]:40306 "EHLO vesper.kitware.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752195Ab3IINYi (ORCPT ); Mon, 9 Sep 2013 09:24:38 -0400 Received: by vesper.kitware.com (Postfix, from userid 1000) id 7F44F9FB8C; Mon, 9 Sep 2013 09:22:33 -0400 (EDT) X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi Folks, Here is the fifth revision of a series to support locking multiple refs at the same time to update all of them consistently. The previous revisions of the series can be found at $gmane/233260, $gmane/233458, $gmane/233647, and $gmane/233840. Updates since the previous revision of the series: * Patches 1-6 are identical to v4 so are not re-sent here. * Patch 7 and 8 now implement and test the input format proposed and discussed at $gmane/233990. -Brad Brad King (2): update-ref: support multiple simultaneous updates update-ref: add test cases covering --stdin signature Documentation/git-update-ref.txt | 54 +++- builtin/update-ref.c | 252 ++++++++++++++- t/t1400-update-ref.sh | 639 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 943 insertions(+), 2 deletions(-) -- 1.8.4.rc3