From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Raible Subject: Re: making a branch with just one file and keeping its whole history Date: Mon, 21 Jul 2008 16:19:55 +0000 (UTC) Message-ID: References: <20080721061804.223f7801@mail.tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Jul 21 18:21:23 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKy8N-0003kZ-FB for gcvg-git-2@gmane.org; Mon, 21 Jul 2008 18:21:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750997AbYGUQUL (ORCPT ); Mon, 21 Jul 2008 12:20:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750803AbYGUQUL (ORCPT ); Mon, 21 Jul 2008 12:20:11 -0400 Received: from main.gmane.org ([80.91.229.2]:50796 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbYGUQUK (ORCPT ); Mon, 21 Jul 2008 12:20:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KKy7L-0004I6-LB for git@vger.kernel.org; Mon, 21 Jul 2008 16:20:07 +0000 Received: from 12.96.234.114 ([12.96.234.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2008 16:20:07 +0000 Received: from raible by 12.96.234.114 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2008 16:20:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 12.96.234.114 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: tin.it> writes: > > Hi, > > I have a working local repository and I'd like to make a branch with just one > file (let's say path2/filename2) and to keep its whole history. http://www.gitcasts.com/posts/empty-branches - Eric