From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: Repo with only one file Date: Fri, 09 Aug 2013 12:32:38 +0200 Message-ID: <5204C546.1030502@viscovery.net> References: <520224E0.5060206@viscovery.net> <52048B5B.5060009@viscovery.net> <52049121.2080604@viscovery.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Phil Hord , Git List To: shawn wilson X-From: git-owner@vger.kernel.org Fri Aug 09 12:32:48 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V7jzy-00015q-Q0 for gcvg-git-2@plane.gmane.org; Fri, 09 Aug 2013 12:32:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966769Ab3HIKcn (ORCPT ); Fri, 9 Aug 2013 06:32:43 -0400 Received: from so.liwest.at ([212.33.55.14]:25970 "EHLO so.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966522Ab3HIKcm (ORCPT ); Fri, 9 Aug 2013 06:32:42 -0400 Received: from [81.10.228.254] (helo=theia.linz.viscovery) by so.liwest.at with esmtpa (Exim 4.80.1) (envelope-from ) id 1V7jzr-0007vK-4n; Fri, 09 Aug 2013 12:32:39 +0200 Received: from [192.168.1.95] (J6T.linz.viscovery [192.168.1.95]) by theia.linz.viscovery (Postfix) with ESMTP id D9E661660F; Fri, 9 Aug 2013 12:32:38 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: X-Enigmail-Version: 1.5.2 X-Spam-Score: -1.0 (-) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 8/9/2013 12:03, schrieb shawn wilson: > The question still stands though - why is that unassociated commit left there? Because your command did not remove it. filter-branch does not know that it is "unassociated" when you ask it to follow all commits beginning at HEAD. But when you say 'HEAD -- webban.pl', you ask it to follow only commits that touch webban.pl, which automatically skips that commit. -- Hannes