git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* This seems somewhat less that ideal
@ 2007-04-29 19:42 A Large Angry SCM
  2007-04-30 19:47 ` Johannes Schindelin
  2007-05-01  4:29 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: A Large Angry SCM @ 2007-04-29 19:42 UTC (permalink / raw)
  To: git

The latest pull (fetch) transfered almost the entire history. Yet, I was 
up-to-date as of last night.


remote: Generating pack...
remote: Done counting 46473 objects.
remote: Deltifying 46473 objects.
remote:  100% (46473/46473) done
Indexing 46473 objects...
remote: Total 46473 (delta 32624), reused 46043 (delta 32299)
  100% (46473/46473) done
Resolving 32624 deltas...
  100% (32624/32624) done
* refs/heads/git/git/html: fast forward to branch 'html' of 
git://git.kernel.org/pub/scm/git/git
   old..new: 9882a52..469d60e
* refs/heads/git/git/maint: fast forward to branch 'maint' of 
git://git.kernel.org/pub/scm/git/git
   old..new: 71e2e59..e9d54bd
* refs/heads/git/git/man: fast forward to branch 'man' of 
git://git.kernel.org/pub/scm/git/git
   old..new: 0d96f48..ab919c8
* refs/heads/git/git/master: fast forward to branch 'master' of 
git://git.kernel.org/pub/scm/git/git
   old..new: 4342572..a07157a
* refs/heads/git/git/next: fast forward to branch 'next' of 
git://git.kernel.org/pub/scm/git/git
   old..new: 0818190..58684ff
* refs/heads/git/git/pu: forcing update to non-fast forward branch 'pu' 
of git://git.kernel.org/pub/scm/git/git
   old...new: bb0b180...591bb09

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: This seems somewhat less that ideal
  2007-04-29 19:42 This seems somewhat less that ideal A Large Angry SCM
@ 2007-04-30 19:47 ` Johannes Schindelin
  2007-04-30 22:20   ` A Large Angry SCM
  2007-05-01  4:29 ` Junio C Hamano
  1 sibling, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2007-04-30 19:47 UTC (permalink / raw)
  To: A Large Angry SCM; +Cc: git

Hi,

On Sun, 29 Apr 2007, A Large Angry SCM wrote:

> The latest pull (fetch) transfered almost the entire history. Yet, I was
> up-to-date as of last night.
> 
> 
> remote: Generating pack...
> remote: Done counting 46473 objects.
> remote: Deltifying 46473 objects.
> remote:  100% (46473/46473) done

Hmmm. This hasn't happened in a real long time for me. Do you have an old 
client?

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: This seems somewhat less that ideal
  2007-04-30 19:47 ` Johannes Schindelin
@ 2007-04-30 22:20   ` A Large Angry SCM
  0 siblings, 0 replies; 5+ messages in thread
From: A Large Angry SCM @ 2007-04-30 22:20 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git

Johannes Schindelin wrote:
> On Sun, 29 Apr 2007, A Large Angry SCM wrote:
> 
>> The latest pull (fetch) transfered almost the entire history. Yet, I was
>> up-to-date as of last night.
>>
>>
>> remote: Generating pack...
>> remote: Done counting 46473 objects.
>> remote: Deltifying 46473 objects.
>> remote:  100% (46473/46473) done
> 
> Hmmm. This hasn't happened in a real long time for me. Do you have an old 
> client?

It was built from the previous master, 4342572. Very odd.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: This seems somewhat less that ideal
  2007-04-29 19:42 This seems somewhat less that ideal A Large Angry SCM
  2007-04-30 19:47 ` Johannes Schindelin
@ 2007-05-01  4:29 ` Junio C Hamano
  2007-05-01 22:32   ` A Large Angry SCM
  1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2007-05-01  4:29 UTC (permalink / raw)
  To: gitzilla; +Cc: git

A Large Angry SCM <gitzilla@gmail.com> writes:

> remote: Generating pack...
> remote: Done counting 46473 objects.
> remote: Deltifying 46473 objects.
> remote:  100% (46473/46473) done
> Indexing 46473 objects...
> remote: Total 46473 (delta 32624), reused 46043 (delta 32299)
>  100% (46473/46473) done
> Resolving 32624 deltas...
>  100% (32624/32624) done

Indeed it seems somewhat less than ideal.  Funny thing is that
it does not reproduce.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: This seems somewhat less that ideal
  2007-05-01  4:29 ` Junio C Hamano
@ 2007-05-01 22:32   ` A Large Angry SCM
  0 siblings, 0 replies; 5+ messages in thread
From: A Large Angry SCM @ 2007-05-01 22:32 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Junio C Hamano wrote:
> A Large Angry SCM <gitzilla@gmail.com> writes:
> 
>> remote: Generating pack...
>> remote: Done counting 46473 objects.
>> remote: Deltifying 46473 objects.
>> remote:  100% (46473/46473) done
>> Indexing 46473 objects...
>> remote: Total 46473 (delta 32624), reused 46043 (delta 32299)
>>  100% (46473/46473) done
>> Resolving 32624 deltas...
>>  100% (32624/32624) done
> 
> Indeed it seems somewhat less than ideal.  Funny thing is that
> it does not reproduce.

Not hear either, but I'm not able to recreate the precise conditions again.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-01 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-29 19:42 This seems somewhat less that ideal A Large Angry SCM
2007-04-30 19:47 ` Johannes Schindelin
2007-04-30 22:20   ` A Large Angry SCM
2007-05-01  4:29 ` Junio C Hamano
2007-05-01 22:32   ` A Large Angry SCM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).