From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Subject: How do we import patches from non-git sources? Date: Thu, 24 May 2007 07:30:10 -0700 Message-ID: <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 Thu May 24 17:02:48 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 1HrEpz-0005XH-JL for gcvg-git@gmane.org; Thu, 24 May 2007 17:02:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750846AbXEXPCT (ORCPT ); Thu, 24 May 2007 11:02:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750951AbXEXPCS (ORCPT ); Thu, 24 May 2007 11:02:18 -0400 Received: from henry.synapsedev.com ([66.147.194.230]:53765 "EHLO henry.synapse.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750845AbXEXPCS (ORCPT ); Thu, 24 May 2007 11:02:18 -0400 X-Greylist: delayed 1925 seconds by postgrey-1.27 at vger.kernel.org; Thu, 24 May 2007 11:02:18 EDT Received: from sanjuan.synapsedev.com (localhost.localdomain [127.0.0.1]) by henry.synapse.com (Postfix) with ESMTP id B739FD2C186 for ; Thu, 24 May 2007 07:30:11 -0700 (PDT) Received: from sanjuan.synapsedev.com ([192.168.1.2] helo=sanjuan.synapsedev.com) by ASSP.nospam; 24 May 2007 07:30:11 -0700 Received: from zealous.local ([192.168.0.5]) by sanjuan.synapsedev.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 May 2007 07:30:11 -0700 X-Mailer: Evolution 2.6.3 X-OriginalArrivalTime: 24 May 2007 14:30:11.0314 (UTC) FILETIME=[09208520:01C79E10] Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: 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.