From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Catalin Marinas" Subject: Re: [StGIT PATCH 0/4] Miscellaneous fixes Date: Mon, 3 Sep 2007 09:40:08 +0100 Message-ID: References: <20070826202309.15933.54183.stgit@yoghurt> <20070829111759.GB29980@diana.vm.bytemark.co.uk> 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 Mon Sep 03 10:40:22 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 1IS7Tk-0004fN-8F for gcvg-git@gmane.org; Mon, 03 Sep 2007 10:40:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752832AbXICIkL convert rfc822-to-quoted-printable (ORCPT ); Mon, 3 Sep 2007 04:40:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751618AbXICIkK (ORCPT ); Mon, 3 Sep 2007 04:40:10 -0400 Received: from rv-out-0910.google.com ([209.85.198.187]:18672 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751910AbXICIkJ convert rfc822-to-8bit (ORCPT ); Mon, 3 Sep 2007 04:40:09 -0400 Received: by rv-out-0910.google.com with SMTP id k20so908067rvb for ; Mon, 03 Sep 2007 01:40:08 -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=Tc+trNixA5Jb3znGvogLPo/e+nbGDrSgd9nd34+AbFVdNb+YXahpOQG9/QGQoGei1NbFHJqk8lALRgCRq7MbUh1l/nIhnqtsx36Vs3d+S+yB7vvcyb6U/XkpbwCMHwEtAsfj3YAehuSWfXQKJVxDDEcFOX0ssAqIamA/+01zRX0= 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=B0lSNYQ8/JoxI+eAedlUAhgTjaJFwvNgzinUS3CNNjt07PNGxw7OsfiSNfqunRuGR3IF1IKyhT5rtJrlLPLoycZEu750LqWFC7+2va16AOLXek68HfFlMJRLym5XZ0LngF2cv7sAcsBnlD+DMq+R+jq1wlUAeJqPKv3vDyJ9wxk= Received: by 10.141.5.3 with SMTP id h3mr525445rvi.1188808808424; Mon, 03 Sep 2007 01:40:08 -0700 (PDT) Received: by 10.140.187.15 with HTTP; Mon, 3 Sep 2007 01:40:08 -0700 (PDT) In-Reply-To: <20070829111759.GB29980@diana.vm.bytemark.co.uk> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 29/08/07, Karl Hasselstr=F6m wrote: > On 2007-08-29 11:18:34 +0100, Catalin Marinas wrote: > > > On 26/08/2007, Karl Hasselstr=F6m wrote: > > > 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? > > Yes. It's the output of git-request-pull. > > > People asked in the past for this kind of text to be automatically > > generated by 'stg mail'. > > I might very well have been one of them. On a related note, it might make sense for 'stg export' to add (with an additional option) a comment line beside each patch in the series file containing the short description. --=20 Catalin