Re: warning: no common commits - slow pull

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Len Brown <lenb@...>
Cc: <git@...>
Date: Sunday, February 10, 2008 - 9:44 pm

Len Brown <lenb@kernel.org> writes:


Thanks.  This is very puzzling.


This part looks quite sane.

	$ git rev-list --objects ^7cf712d v2.6.25-rc1^0 | wc -l
	328


and the number of received objects exactly match.


This is however very unexpected.  The sequence internally should
be doing the equivalent of:

  - fetch the objects to complete the branches we track
    (i.e. what the above "rev-list" that fetches to complete the
    commit pointed by the v2.6.25-rc1 tag based on your earlier
    tip 7cf712d);

  - store the tip (19af355 = v2.6.25-rc1^0) to the tracking
    branch;

  - run another "git fetch" to retrieve objects to complete the
    v2.6.25-rc1 tag itself, based on our available refs (which
    includes the commit 19af355).

which should result in transferring only one object, which would
say something like:

    From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
       7cf712d..19af355  master     -> linus
    remote: Counting objects: 1, done.
    remote: Total 1 (delta 0), reused 0 (delta 0)
    Unpacking objects: 100% (1/1), done.
    From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
     * [new tag]         v2.6.25-rc1 -> v2.6.25-rc1
    Updating 7cf712d..19af355

We would need a bit more digging to reproduce it, as I do not
seem to be able to.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
warning: no common commits - slow pull, Len Brown, (Sun Feb 10, 9:07 pm)
Re: warning: no common commits - slow pull, Florian Weimer, (Mon Feb 11, 11:54 am)
Re: warning: no common commits - slow pull, Nix, (Mon Feb 11, 5:13 pm)
Re: warning: no common commits - slow pull, Theodore Tso, (Sun Feb 10, 9:53 pm)
Re: warning: no common commits - slow pull, Junio C Hamano, (Sun Feb 10, 10:49 pm)
Re: warning: no common commits - slow pull, Theodore Tso, (Sun Feb 10, 11:55 pm)
Re: warning: no common commits - slow pull, Len Brown, (Fri Feb 15, 5:43 pm)
Re: warning: no common commits - slow pull, Len Brown, (Tue Feb 26, 3:38 pm)
Re: warning: no common commits - slow pull, Junio C Hamano, (Wed Feb 27, 1:12 am)
Re: warning: no common commits - slow pull, Junio C Hamano, (Wed Feb 27, 2:29 am)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Wed Feb 27, 3:28 pm)
Re: warning: no common commits - slow pull, Junio C Hamano, (Wed Feb 27, 4:53 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Wed Feb 27, 5:26 pm)
Re: warning: no common commits - slow pull, Shawn O. Pearce, (Wed Feb 27, 8:43 pm)
Re: warning: no common commits - slow pull, Shawn O. Pearce, (Thu Feb 28, 4:50 am)
Re: warning: no common commits - slow pull, Jon Loeliger, (Fri Feb 29, 10:44 am)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Fri Feb 29, 1:14 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Tue Feb 26, 7:45 pm)
Re: warning: no common commits - slow pull, Nicolas Pitre, (Tue Feb 26, 4:47 pm)
Re: warning: no common commits - slow pull, Florian Weimer, (Mon Feb 25, 5:59 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Mon Feb 25, 7:32 pm)
Re: warning: no common commits - slow pull, Johannes Schindelin, (Sat Feb 16, 5:22 pm)
Re: warning: no common commits - slow pull, Len Brown, (Sun Feb 10, 10:39 pm)
Re: warning: no common commits - slow pull, Junio C Hamano, (Sun Feb 10, 9:44 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Sat Feb 16, 11:52 pm)
Re: warning: no common commits - slow pull, Johannes Schindelin, (Sun Feb 17, 10:57 am)
Re: warning: no common commits - slow pull, Junio C Hamano, (Sun Feb 17, 1:54 pm)
Re: warning: no common commits - slow pull, Johannes Schindelin, (Sun Feb 17, 3:27 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Sun Feb 17, 4:41 pm)
Re: warning: no common commits - slow pull, Daniel Barkalow, (Sun Feb 17, 1:46 pm)