From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Subject: Let me ask again: How do we import patches from non-git sources? Date: Wed, 06 Jun 2007 10:37:34 -0700 Message-ID: <1181151454.6086.23.camel@zealous.synapsedev.com> References: <1180017010.21181.2.camel@zealous.synapsedev.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit To: git X-From: git-owner@vger.kernel.org Wed Jun 06 19:37:53 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 1HvzS5-0007v7-Tk for gcvg-git@gmane.org; Wed, 06 Jun 2007 19:37:46 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755817AbXFFRhg (ORCPT ); Wed, 6 Jun 2007 13:37:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758568AbXFFRhg (ORCPT ); Wed, 6 Jun 2007 13:37:36 -0400 Received: from henry.synapsedev.com ([66.147.194.230]:45444 "EHLO henry.synapse.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757135AbXFFRhf (ORCPT ); Wed, 6 Jun 2007 13:37:35 -0400 Received: from sanjuan.synapsedev.com (localhost.localdomain [127.0.0.1]) by henry.synapse.com (Postfix) with ESMTP id 124A7D2C189 for ; Wed, 6 Jun 2007 10:37:35 -0700 (PDT) Received: from sanjuan.synapsedev.com ([192.168.1.2] helo=sanjuan.synapsedev.com) by ASSP.nospam; 6 Jun 2007 10:37:34 -0700 Received: from zealous.local ([192.168.0.5]) by sanjuan.synapsedev.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 6 Jun 2007 10:37:34 -0700 In-Reply-To: <1180017010.21181.2.camel@zealous.synapsedev.com> X-Mailer: Evolution 2.6.3 X-OriginalArrivalTime: 06 Jun 2007 17:37:34.0778 (UTC) FILETIME=[5E1FB9A0:01C7A861] Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, 2007-05-24 at 07:30 -0700, Marc Singer wrote: > It looks like it reduces to something very simple. > > Git patches, as generated by git-format-patch, have a header with an > email address. > > Cogito patches, as generated by cg-mkpatch, have no email address in the > header. > > git-am doesn't like the cogito patches. > > Is there a way to import patches that did not come from git? Remember > that we'd like to include the functionality of git-am that adds new > files to the index. > > Cheers. I have patches from another source as well and I'd like to be able to import them even though these aren't from git.