aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-14
* Merge branch 'np/pack'Junio C Hamano2007-11-04
|\
| * pack-objects: get rid of an ugly castNicolas Pitre2007-11-02
| * make the pack index version configurableNicolas Pitre2007-11-02
* | add throughput display to git-pushNicolas Pitre2007-10-30
* | relax usage of the progress APINicolas Pitre2007-10-30
* | make struct progress an opaque typeNicolas Pitre2007-10-30
* | Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce2007-10-18
* | fix const issues with some functionsNicolas Pitre2007-10-17
* | pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre2007-10-17
* | pack-objects: no delta possible with only one object in the listNicolas Pitre2007-10-17
* | more compact progress displayNicolas Pitre2007-10-17
|/
* Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\
| * pack-objects --keep-unreachableJunio C Hamano2007-09-17
* | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-14
* | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-12
* | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-10
* | fix threaded delta search lockingNicolas Pitre2007-09-10
* | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-09
* | threaded delta search: better chunck split pointNicolas Pitre2007-09-09
* | threaded delta search: refine work allocationNicolas Pitre2007-09-09
* | basic threaded delta searchNicolas Pitre2007-09-06
* | rearrange delta search progress reportingNicolas Pitre2007-09-06
* | localize window memory usage accountingNicolas Pitre2007-09-05
* | straighten the list of objects to deltifyNicolas Pitre2007-09-05
* | Keep last used delta base in the delta windowJunio C Hamano2007-09-01
|/
* fix same sized delta logicNicolas Pitre2007-08-30
* pack-objects: check return value from read_sha1_file()Junio C Hamano2007-08-25
* Make thin-pack generation subproject aware.Linus Torvalds2007-08-19
* pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre2007-08-15
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-14
* Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-12
* reduce git-pack-objects memory usage a little moreNicolas Pitre2007-07-12
* Add pack-objects window memory usage limitBrian Downing2007-07-12
* Don't try to delta if target is much smaller than sourceBrian Downing2007-07-12
* apply delta depth bias to already deltified objectsNicolas Pitre2007-07-12
* pack-objects: Prefer shallower deltas if the size is equalBrian Downing2007-07-08
* War on whitespaceJunio C Hamano2007-06-07
* Unify write_index_file functionsGeert Bosch2007-06-02
* fix repack with --max-pack-sizeNicolas Pitre2007-05-30
* builtin-pack-object: cache small deltasMartin Koegler2007-05-29
* git-pack-objects: cache small deltas between big objectsMartin Koegler2007-05-29
* builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler2007-05-29
* Merge branch 'dh/repack' (early part)Junio C Hamano2007-05-29
|\
| * pack-objects: clarification & option checks for --max-pack-sizeDana How2007-05-23
| * git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-20
| * git-repack --max-pack-size: split packs as asked by write_{object,one}()Dana L. How2007-05-20
| * git-repack --max-pack-size: write_{object,one}() respect pack limitDana L. How2007-05-20
| * git-repack --max-pack-size: new file statics and code restructuringDana L. How2007-05-20
* | builtin-pack-objects: remove unnecessary code for no-deltaJunio C Hamano2007-05-22