From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: Re: [PATCH 09/14] config: use message from lockfile API when locking config file fails Date: Wed, 3 Dec 2014 12:16:36 -0800 Message-ID: <20141203201636.GZ6527@google.com> References: <1416262453-30349-1-git-send-email-sbeller@google.com> <20141117233525.GC4336@google.com> <20141118004841.GE4336@google.com> <20141203050217.GJ6527@google.com> <20141203052124.GS6527@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stefan Beller , git@vger.kernel.org, Michael Haggerty , Jeff King To: Junio C Hamano X-From: git-owner@vger.kernel.org Wed Dec 03 21:16:47 2014 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 1XwGLv-0001Uv-6B for gcvg-git-2@plane.gmane.org; Wed, 03 Dec 2014 21:16:47 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbaLCUQm (ORCPT ); Wed, 3 Dec 2014 15:16:42 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:49594 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbaLCUQk (ORCPT ); Wed, 3 Dec 2014 15:16:40 -0500 Received: by mail-ie0-f173.google.com with SMTP id y20so14536862ier.32 for ; Wed, 03 Dec 2014 12:16:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3wMbth1naP6wx8kXglrN9sWp3OJiIaoxLnUmr4jtTmo=; b=roGNBs4ZLic5i5k+P3qpwCgpfvLSHE4lbBCkign6ldrZb9c8zJwkrJ0PMotnvbH5jU j4hjs+h+OQ531axacWeFfUXv3bxiPzM/VFBXsUcXKuTZpQltzub3huCt/bC3YJI1TLG5 5punuGa0SeW2jJbI2LDufPumKQTtnkk6w2+hX6Rr4FicU/e9HRK8aiS33kD8vGgwIF3D UsM8B05f1A3doWoeapY9L54u8Qt3FveXzd3qRIncg4+gpKF8lqk+nbbhzFBTQn1xFpDf H+XzEtpOmJbE+fY4SGrsnkhM86yFrHDF5HPE9BMukvAAmcbW+AqEVvHlOUHFlt6fPJAm 7FgQ== X-Received: by 10.107.132.210 with SMTP id o79mr6547392ioi.50.1417637800005; Wed, 03 Dec 2014 12:16:40 -0800 (PST) Received: from google.com ([2620:0:1000:5b00:fd7b:507b:3c7b:554e]) by mx.google.com with ESMTPSA id h126sm7186855ioh.9.2014.12.03.12.16.38 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Dec 2014 12:16:39 -0800 (PST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano wrote: > Up to this point the patches looked sensible (I am not saying that > the remainder is junk---I haven't looked at them yet is all I am > saying). Nice to hear. Thanks for looking it over. Jonathan