From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raimund Bauer" Subject: RE: git-fast-import Date: Wed, 7 Feb 2007 10:29:47 +0100 Message-ID: <000c01c74a9a$82fc99c0$0b0aa8c0@abf.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: "'Aneesh Kumar K.V'" , To: "'Daniel Barkalow'" , "'Shawn O. Pearce'" X-From: git-owner@vger.kernel.org Wed Feb 07 10:30:00 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 1HEj7n-0001wL-1Y for gcvg-git@gmane.org; Wed, 07 Feb 2007 10:29:59 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161081AbXBGJ34 (ORCPT ); Wed, 7 Feb 2007 04:29:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161082AbXBGJ34 (ORCPT ); Wed, 7 Feb 2007 04:29:56 -0500 Received: from mail.gmx.net ([213.165.64.20]:46320 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1161081AbXBGJ3z (ORCPT ); Wed, 7 Feb 2007 04:29:55 -0500 Received: (qmail invoked by alias); 07 Feb 2007 09:29:53 -0000 X-Provags-ID: V01U2FsdGVkX194xaAo5Pt4wcsoKiL8/R1ciBlrobmSZMFBcJmHVq twpw== X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Importance: Normal X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: > It might be nice to have a git-fast-export, which could actually be > potentially useful for generating a repository with > systematic differences > >from the original. (E.g., to make a repository of git's Documentation > directory, with just the commits that affect it) Search the list-archives for "git-split", that may be what you're looking for. -- best regards Ray