On Tue, 24 Apr 2007, Andy Parkins wrote:[...] [...] Two possible explanations: 1) I recently fixed pack-objects which didn't respect the delta depth limit when fetching. See commit 898b14cedc for details. This could potentially cause some repacks to create slightly larger packs. 2) When fetching a pack, the client sends its capabilities to the server who can alter some packing parameters accordingly. One such parameter is --delta-base-offset which your client most certainly supports. This means that the packs you receive and keep as is in your local repo were encoded with --delta-base-offset for maximum network efficiency. Now when you repack, this parameter won't be used by default unless you have repack.usedeltabaseoffset set to true in your config, which will cause a small increase in pack size. I think that (2) is the most probable cause of repack growth in your case. Just try: git config --global repack.usedeltabaseoffset true git gc and you should get that 2MB back, possibly a bit more. Nicolas - 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
| Linus Torvalds | Linux 2.6.27-rc8 |
| Ingo Molnar | [patch] scsi: revert "[SCSI] Get rid of scsi_cmnd->done" |
| Jan Engelhardt | [PATCH] Cute feature: colored printk output |
| Rafael J. Wysocki | Re: Suspend to RAM regression in 2.6.28-rc2 (bisected) |
git: | |
| David Kastrup | Empty directories... |
| Pavel Roskin | Implementing branch attributes in git config |
| Pierre Habouzit | [RFC] git integrated bugtracking |
| Peter Stahlir | Re: Git as a filesystem |
| Christian Weisgerber | Re: libiconv problem |
| Douglas A. Tutty | low-MHz server |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| J.W. Zondag | Dell PE1950 III - Perc 6i |
| Karlin Dodd | VL-bus questions |
| Greg Hilton | PS2mouse supported with X386 |
| Joern Rennecke | Use shadow ram? |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
