Re: Seems to be pushing more than necessary
From: Graham Hay <hidden>
Date: 2016-06-15 23:04:12
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 :) On 18 March 2015 at 13:33, Duy Nguyen [off-list ref] wrote:
On Wed, Mar 18, 2015 at 8:16 PM, Graham Hay [off-list ref] wrote:quoted
I created a repo with over 1GB of images, but it works as expected (only pushed 3 objects). Sorry, I must have done something wrong. I put that script in ~/Applications, and checked it worked. Then I ran this: $ GIT_TRACE=2 PATH=~/Applications:$PATH git push --set-upstream origin git-wtfI think I encountered the same problem. Inserting --exec-path=$HOME/Applications between "git" and "push" was probably what made it work for me. Haven't investigated the reason yet. We really should have an easier way to get this info without jumping through hoops like this. -- Duy