Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262482AbVDYCoB (ORCPT ); Sun, 24 Apr 2005 22:44:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262471AbVDYCoA (ORCPT ); Sun, 24 Apr 2005 22:44:00 -0400 Received: from DELFT.AURA.CS.CMU.EDU ([128.2.206.88]:10961 "EHLO delft.aura.cs.cmu.edu") by vger.kernel.org with ESMTP id S262480AbVDYCnr (ORCPT ); Sun, 24 Apr 2005 22:43:47 -0400 Date: Sun, 24 Apr 2005 22:43:40 -0400 To: Kernel Mailing List , Git Mailing List Subject: Re: Git-commits mailing list feed. Message-ID: <20050425024340.GI29939@delft.aura.cs.cmu.edu> Mail-Followup-To: Kernel Mailing List , Git Mailing List References: <426A5BFC.1020507@ppp0.net> <1114266907.3419.43.camel@localhost.localdomain> <20050423175422.GA7100@cip.informatik.uni-erlangen.de> <2911.10.10.10.24.1114279589.squirrel@linux1> <426C4168.6030008@dwheeler.com> <20050425023420.GA14696@lists.us.dell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425023420.GA14696@lists.us.dell.com> User-Agent: Mutt/1.5.9i From: Jan Harkes Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 21 On Sun, Apr 24, 2005 at 09:34:20PM -0500, Matt Domsch wrote: > On Sun, Apr 24, 2005 at 09:01:28PM -0400, David A. Wheeler wrote: > > It may be better to have them as simple detached signatures, which are > > completely separate files (see gpg --detached). > > Yeah, gpg currently implements detached signatures > > by repeating what gets signed, which is unfortunate, > > but the _idea_ is the right one. > > I solve this with two simple scripts, "sign" calls "cutsig". ... > gpg --armor --clearsign --detach-sign --default-key "${DEFAULT_KEY} -v -v -o - ${1} | \ > ${CUTSIG} > ${1}.sign You could also just leave out the --clearsign option and it will DTRT. Jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/