summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/autogc'Junio C Hamano2007-10-031-2/+93
|\
| * pack-objects --keep-unreachableJunio C Hamano2007-09-171-2/+93
* | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-141-6/+6
* | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-121-4/+20
* | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-101-0/+11
* | fix threaded delta search lockingNicolas Pitre2007-09-101-5/+6
* | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-091-5/+21
* | threaded delta search: better chunck split pointNicolas Pitre2007-09-091-0/+5
* | threaded delta search: refine work allocationNicolas Pitre2007-09-091-14/+45
* | basic threaded delta searchNicolas Pitre2007-09-061-1/+82
* | rearrange delta search progress reportingNicolas Pitre2007-09-061-9/+14
* | localize window memory usage accountingNicolas Pitre2007-09-051-14/+14
* | straighten the list of objects to deltifyNicolas Pitre2007-09-051-35/+42
* | Keep last used delta base in the delta windowJunio C Hamano2007-09-011-2/+23
|/
* fix same sized delta logicNicolas Pitre2007-08-301-4/+8
* pack-objects: check return value from read_sha1_file()Junio C Hamano2007-08-251-0/+6
* Make thin-pack generation subproject aware.Linus Torvalds2007-08-191-0/+2
* pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre2007-08-151-4/+3
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-141-3/+1
* Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-121-0/+1
* reduce git-pack-objects memory usage a little moreNicolas Pitre2007-07-121-10/+9
* Add pack-objects window memory usage limitBrian Downing2007-07-121-8/+44
* Don't try to delta if target is much smaller than sourceBrian Downing2007-07-121-0/+2
* apply delta depth bias to already deltified objectsNicolas Pitre2007-07-121-4/+10
* pack-objects: Prefer shallower deltas if the size is equalBrian Downing2007-07-081-1/+7
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Unify write_index_file functionsGeert Bosch2007-06-021-170/+52
* fix repack with --max-pack-sizeNicolas Pitre2007-05-301-18/+11
* builtin-pack-object: cache small deltasMartin Koegler2007-05-291-0/+8
* git-pack-objects: cache small deltas between big objectsMartin Koegler2007-05-291-15/+54
* builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler2007-05-291-2/+6
* Merge branch 'dh/repack' (early part)Junio C Hamano2007-05-291-105/+224
|\
| * pack-objects: clarification & option checks for --max-pack-sizeDana How2007-05-231-0/+9
| * git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-201-1/+8
| * git-repack --max-pack-size: split packs as asked by write_{object,one}()Dana L. How2007-05-201-49/+71
| * git-repack --max-pack-size: write_{object,one}() respect pack limitDana L. How2007-05-201-27/+104
| * git-repack --max-pack-size: new file statics and code restructuringDana L. How2007-05-201-32/+36
* | builtin-pack-objects: remove unnecessary code for no-deltaJunio C Hamano2007-05-221-2/+0
* | Teach "delta" attribute to pack-objects.Junio C Hamano2007-05-211-1/+34
* | pack-objects: pass fullname down to add_object_entry()Junio C Hamano2007-05-211-13/+14
|/
* Merge branch 'dh/pack'Junio C Hamano2007-05-201-1/+27
|\
| * Custom compression levels for objects and packsDana How2007-05-101-2/+31
* | deprecate the new loose object header formatNicolas Pitre2007-05-101-69/+0
|/
* allow for undeltified objects not to be reusedNicolas Pitre2007-05-101-8/+14
* Increase pack.depth default to 50Theodore Ts'o2007-05-081-1/+1
* Add pack.depth option to git-pack-objects.Theodore Ts'o2007-05-081-1/+5
* Use GIT_OBJECT_DIR for temporary files of pack-objectsAlex Riesen2007-05-071-6/+8
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-221-12/+7
* common progress display supportNicolas Pitre2007-04-221-62/+21
* pack-objects: make generated packfile read-onlyJunio C Hamano2007-04-221-1/+1