From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duy Nguyen Subject: Re: Seems to be pushing more than necessary Date: Thu, 19 Mar 2015 17:59:19 +0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git Mailing List To: Graham Hay X-From: git-owner@vger.kernel.org Thu Mar 19 11:59:57 2015 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 1YYYB9-0000fy-CS for gcvg-git-2@plane.gmane.org; Thu, 19 Mar 2015 11:59:55 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbbCSK7u (ORCPT ); Thu, 19 Mar 2015 06:59:50 -0400 Received: from mail-ie0-f178.google.com ([209.85.223.178]:35463 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189AbbCSK7u (ORCPT ); Thu, 19 Mar 2015 06:59:50 -0400 Received: by ieclw3 with SMTP id lw3so62248319iec.2 for ; Thu, 19 Mar 2015 03:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=o31wE6rRjg7jYdPqh/uu2eRdhYza87h3j9ESkWtIvFY=; b=lRIrmGv46wBt1TS5LZ8KzmijzXn1Z7JZQuqNXws2yX9/xeb5ojl2TO9IthSy4FOeP0 C8m5BmmNzoo/BNBB66BiNq/CVEsUI6+YEz6zKBSZNaW3kFVMzBxDSE8VxkLIY2jNDIM5 DmICzLt7X6V8a1FPspvLJW++u/N1lfuUOKPk9WG6I3Jby5rVfro8KAlrwPVzvNx9cOWz jx2ptqYcq1E/sTW7BeGthzzvrxkgklZwTlKMx43Rmm00Gq3ScvU9gaY87pCTUHO+wRPi 1fpPVUer3E+wUMMotcBZWawmJNsYMZYOrq58FhZPpDXGgKwOQMCJpsb77/R+XNe6geJF Kjyg== X-Received: by 10.107.29.21 with SMTP id d21mr8030452iod.11.1426762789443; Thu, 19 Mar 2015 03:59:49 -0700 (PDT) Received: by 10.107.131.33 with HTTP; Thu, 19 Mar 2015 03:59:19 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Mar 18, 2015 at 10:14 PM, Graham Hay wrote: > Got there eventually! > > $ git verify-pack --verbose bar.pack > e13e21a1f49704ed35ddc3b15b6111a5f9b34702 commit 220 152 12 > 03691863451ef9db6c69493da1fa556f9338a01d commit 334 227 164 > ... snip ... > chain length = 50: 2 objects > bar.pack: ok > > Now what do I do with it :) Try "fast-export --anonymize" as that would help us understand this. Or you can try to see if these commits exist in the remote repo. If yes, that only confirms that push sends more that it should, but it's hard to know why. Maybe if you fire up gitk and mark them commits, you'll figure out a connection. There are actually objects in this pack that are expected to exist in remote repo, but it's hard to tell.. -- Duy