From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Catalin Marinas" Subject: Re: [StGIT PATCH 0/4] Miscellaneous fixes Date: Wed, 29 Aug 2007 11:18:34 +0100 Message-ID: References: <20070826202309.15933.54183.stgit@yoghurt> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: "=?ISO-8859-1?Q?Karl_Hasselstr=F6m?=" X-From: git-owner@vger.kernel.org Wed Aug 29 12:18:47 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQKdD-0003Tq-RV for gcvg-git@gmane.org; Wed, 29 Aug 2007 12:18:40 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756436AbXH2KSh convert rfc822-to-quoted-printable (ORCPT ); Wed, 29 Aug 2007 06:18:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753455AbXH2KSg (ORCPT ); Wed, 29 Aug 2007 06:18:36 -0400 Received: from wr-out-0506.google.com ([64.233.184.234]:16501 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753473AbXH2KSg convert rfc822-to-8bit (ORCPT ); Wed, 29 Aug 2007 06:18:36 -0400 Received: by wr-out-0506.google.com with SMTP id 36so165344wra for ; Wed, 29 Aug 2007 03:18:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TIz7s9hYFfBJZld7ntGurSgMjxNLHHmTsIKlO5ry6LfvLBZaiNXQ/8N7vG8RWs6pEJh3v1vjybYJUhwh0xZq4lIEfoF/wNFhP0f30F/bT4UQj4e3Mf6j69e9vAy5XjBMRTCcSKoNEwgvN6cD7nFOAPxAxBZNNA4SrS5eiSDnpQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R3Wf0N0NIOJWDdzlJRfsH3xSNEij/YoUrw6b6S0jla6TkIzNTiArow5BLh+oQCUWNz47XfuI+GuuaYlhtBx9tT9Apl/qVPknXl43xLx0Ah1HppRXjNMZ8Q2JEAdVe8ImJyYA0bhKAsptFtl5ZLgxAVRhFR2AKYjt4e7meelW4KA= Received: by 10.141.185.3 with SMTP id m3mr253261rvp.1188382714522; Wed, 29 Aug 2007 03:18:34 -0700 (PDT) Received: by 10.140.187.15 with HTTP; Wed, 29 Aug 2007 03:18:34 -0700 (PDT) In-Reply-To: <20070826202309.15933.54183.stgit@yoghurt> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 26/08/2007, Karl Hasselstr=F6m wrote: > This is a few miscellaneous fixes. Also available here: Thanks. > > git://repo.or.cz/stgit/kha.git fixes > > Karl Hasselstr=F6m (4): > Don't use test_expect_failure when more than one thing could fa= il > Don't write None to the conf file > Replace "git repo-config" with "git config" in help texts > Compile regexp just once > > examples/gitconfig | 2 +- > stgit/git.py | 3 ++- > stgit/stack.py | 7 ++++--- > t/t2101-pull-policy-pull.sh | 4 ++-- > 4 files changed, 9 insertions(+), 7 deletions(-) BTW, did you generate the above text by hand and copied it to the e-mail? People asked in the past for this kind of text to be automatically generated by 'stg mail'. --=20 Catalin