Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

git-receive-pack doesn't understand objects/info/alternates?

From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2016-06-15 22:43:04

When I push a kernel repository to master.kernel.org, where the
repository only has at most a dozen changes on top of 2.6.21-rc7, I
noticed that it tried to push a *lot* of objects over ssh.  As in:

% git push master
updating 'refs/heads/master'
  from 5a8f676142f0c4714c7820793f58a63d33bf4c2a
  to   e8bea23a40138e4958728dc06b00e9a730456b68
updating 'refs/heads/2.6.21-rc7-ext4-1'
  from 0000000000000000000000000000000000000000
  to   e8bea23a40138e4958728dc06b00e9a730456b68
Generating pack...
Done counting 49509 objects.
Result has 42471 objects.
Deltifying 42471 objects.
 100% (42471/42471) done
Writing 42471 objects.
   9% (3823/42471) done

Ouch.  This problem seems to occur locally as well, but I had always
ignored it since it wasn't that annoying, and I could always do a "git
gc --prune" to get rid of the mess afterwards.  It seems that
git-receive-pack isn't communicating the fact that there's no need to
send objects that can be referenced via the alternates file.

Am I doing something wrong?  Is there a better way of dealing with this
situation?  At this point I'm thinking scp'ing over the 252k pack file,
installing it in my git tree on master.kernel.org, and then running "git
gc --prune".  Is there a better way?

						- Ted
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help