From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: Historical kernel repository size Date: Fri, 15 Sep 2006 00:24:11 +0200 Message-ID: <1158272651.5724.251.camel@localhost.localdomain> References: <20060914142249.GK23891@pasky.or.cz> <1158269854.5724.240.camel@localhost.localdomain> <1158270859.5724.244.camel@localhost.localdomain> Reply-To: tglx@linutronix.de Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , Petr Baudis , Git Mailing List X-From: git-owner@vger.kernel.org Fri Sep 15 00:23:30 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNzcH-00065H-Ud for gcvg-git@gmane.org; Fri, 15 Sep 2006 00:23:30 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751373AbWINWX1 (ORCPT ); Thu, 14 Sep 2006 18:23:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751376AbWINWX1 (ORCPT ); Thu, 14 Sep 2006 18:23:27 -0400 Received: from www.osadl.org ([213.239.205.134]:22741 "EHLO mail.tglx.de") by vger.kernel.org with ESMTP id S1751373AbWINWX0 (ORCPT ); Thu, 14 Sep 2006 18:23:26 -0400 Received: from hermes.tec.linutronix.de (unknown [192.168.0.1]) by mail.tglx.de (Postfix) with ESMTP id 4982165C003; Fri, 15 Sep 2006 00:23:25 +0200 (CEST) Received: from tglx.tec.linutronix.de (tglx.tec.linutronix.de [192.168.0.68]) by hermes.tec.linutronix.de (Postfix) with ESMTP id D63FC67FA0; Fri, 15 Sep 2006 00:23:23 +0200 (CEST) To: Nicolas Pitre In-Reply-To: <1158270859.5724.244.camel@localhost.localdomain> X-Mailer: Evolution 2.6.1 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, 2006-09-14 at 23:54 +0200, Thomas Gleixner wrote: > On Thu, 2006-09-14 at 17:42 -0400, Nicolas Pitre wrote: > > > git repack neither accepts --depth nor --window > > > > Is the GIT version on kernel.org _that_ old? > > > > What a shame... > > [tglx@hera history.git]$ git --version > git version 1.4.2.1 I know I'm stupid "git-repack --window=50 --depth=50 -a -f" works "git-repack -a -f --window=50 --depth=50" does not Intuitive user interfaces are my favorite pitfalls. -rw-rw-r-- 1 tglx ftpadmin 13600376 Sep 14 22:16 pack-4d27038611fe7755938efd4a2745d5d5d35de1c1.idx -rw-rw-r-- 1 tglx ftpadmin 158679705 Sep 14 22:16 pack-4d27038611fe7755938efd4a2745d5d5d35de1c1.pack tglx