From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: List all SHA1 hashes in repo Date: Sun, 23 Mar 2008 19:48:27 +0100 (CET) Message-ID: References: <540004BB-49C4-456B-ABA3-62659D85C15E@ai.rug.nl> <7v8x097111.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Pieter de Bie , Alexander Gladysh , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Sun Mar 23 19:49:20 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 1JdVFl-0005xv-Tw for gcvg-git-2@gmane.org; Sun, 23 Mar 2008 19:49:10 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754893AbYCWSs2 (ORCPT ); Sun, 23 Mar 2008 14:48:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754762AbYCWSs2 (ORCPT ); Sun, 23 Mar 2008 14:48:28 -0400 Received: from mail.gmx.net ([213.165.64.20]:38964 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754464AbYCWSs1 (ORCPT ); Sun, 23 Mar 2008 14:48:27 -0400 Received: (qmail invoked by alias); 23 Mar 2008 18:48:26 -0000 Received: from host86-148-26-43.range86-148.btcentralplus.com (EHLO racer.home) [86.148.26.43] by mail.gmx.net (mp030) with SMTP; 23 Mar 2008 19:48:26 +0100 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX18NCjZSoRkN6kvlgpus4cYEA1jYH7Acc1IZgeBTgG 9nYbsGz0CmWRZI X-X-Sender: gene099@racer.site In-Reply-To: <7v8x097111.fsf@gitster.siamese.dyndns.org> User-Agent: Alpine 1.00 (LSU 882 2007-12-20) X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Sun, 23 Mar 2008, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Sun, 23 Mar 2008, Pieter de Bie wrote: > > > >> On Mar 23, 2008, at 2:59 PM, Johannes Schindelin wrote: > >> > > The git rev-list --all gives nice list, but, as I understand, > >> > > that is only commit objects, and there are much more of SHA1 > >> > > hidden inside. > >> > > >> > Just add --objects. > >> > >> I thought --all --objects only shows reachable objects? > > > > Ah yes. But usually the objects in packs are reachable... > > > > So you're right, it does not really show _all_ objects. > > "rev-list --objects --all"? I think Pieter's point was that there can be unreachable objects, an this command line does not show them. Ciao, Dscho