aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* 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
* | Teach "delta" attribute to pack-objects.Junio C Hamano2007-05-21
* | pack-objects: pass fullname down to add_object_entry()Junio C Hamano2007-05-21
|/
* Merge branch 'dh/pack'Junio C Hamano2007-05-20
|\
| * Custom compression levels for objects and packsDana How2007-05-10
* | deprecate the new loose object header formatNicolas Pitre2007-05-10
|/
* allow for undeltified objects not to be reusedNicolas Pitre2007-05-10
* Increase pack.depth default to 50Theodore Ts'o2007-05-08
* Add pack.depth option to git-pack-objects.Theodore Ts'o2007-05-08
* Use GIT_OBJECT_DIR for temporary files of pack-objectsAlex Riesen2007-05-07
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-22
* common progress display supportNicolas Pitre2007-04-22
* pack-objects: make generated packfile read-onlyJunio C Hamano2007-04-22
* Fix 'quickfix' on pack-objects.Junio C Hamano2007-04-22
* pack-objects: quickfix for permission modes.Junio C Hamano2007-04-22
* pack-objects: remove obsolete commentsNicolas Pitre2007-04-19
* pack-objects: better check_object() performancesNicolas Pitre2007-04-16
* pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-16
* pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-16
* pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-16
* pack-objects: clean up list sortingNicolas Pitre2007-04-16
* pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-16
* pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-16
* pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-16
* clean up add_object_entry()Nicolas Pitre2007-04-11
* validate reused pack data with CRC when possibleNicolas Pitre2007-04-10
* allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-10
* pack-objects: learn about pack index version 2Nicolas Pitre2007-04-10
* compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-10
* add overflow tests on pack offset variablesNicolas Pitre2007-04-10
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-10
* get rid of num_packed_objects()Nicolas Pitre2007-04-10
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-05
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-21
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-16
* Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-07
* Use uint32_t for pack-objects counters.Shawn O. Pearce2007-03-07