Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 4
    @Doud You don't. Git packs things. This is good and desirable behaviour.
    – user229044
    Commented Aug 18, 2011 at 4:32
  • 1
    @J-16 SDiZ When I serve my git folder via http git fetch/pull don't pack anything. Maybe you should try to serve your house via http.
    – hdorio
    Commented Aug 21, 2011 at 9:45
  • 1
    @Doud, Indeed, the old (non-smart) http don't pack stuff. But it (almost always) use more bandwidth --- it (almost always) send old commit you don't need.
    – J-16 SDiZ
    Commented Aug 21, 2011 at 10:26
  • 3
    FYI, The 'compressing object' line is the call to 'git pack-objects' and have nothing to do with 'diffing the trees and stuff' also 'core.compression' and 'pack.compression' will affect the packing work
    – hdorio
    Commented Aug 22, 2011 at 20:16
  • 3
    so how do disable packing the whole git repo on git clone? i have no problems with bandwidth
    – Reishin
    Commented Aug 29, 2017 at 6:24