summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds
2007-08-16pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre
2007-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino
2007-07-13Pack-objects: properly initialize the depth valueNicolas Pitre
2007-07-12reduce git-pack-objects memory usage a little moreNicolas Pitre
2007-07-12Add pack-objects window memory usage limitBrian Downing
2007-07-12Don't try to delta if target is much smaller than sourceBrian Downing
2007-07-12apply delta depth bias to already deltified objectsNicolas Pitre
2007-07-09pack-objects: Prefer shallower deltas if the size is equalBrian Downing
2007-06-07War on whitespaceJunio C Hamano
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-31fix repack with --max-pack-sizeNicolas Pitre
2007-05-29builtin-pack-object: cache small deltasMartin Koegler
2007-05-29git-pack-objects: cache small deltas between big objectsMartin Koegler
2007-05-29builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler
2007-05-29Merge branch 'dh/repack' (early part)Junio C Hamano
2007-05-23pack-objects: clarification & option checks for --max-pack-sizeDana How
2007-05-23builtin-pack-objects: remove unnecessary code for no-deltaJunio C Hamano
2007-05-22Teach "delta" attribute to pack-objects.Junio C Hamano
2007-05-22pack-objects: pass fullname down to add_object_entry()Junio C Hamano
2007-05-21git-repack --max-pack-size: add option parsing to enable featureDana L. How
2007-05-21git-repack --max-pack-size: split packs as asked by write_{object,one}()Dana L. How
2007-05-21git-repack --max-pack-size: write_{object,one}() respect pack limitDana L. How
2007-05-21git-repack --max-pack-size: new file statics and code restructuringDana L. How
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-05-10allow for undeltified objects not to be reusedNicolas Pitre
2007-05-09Increase pack.depth default to 50Theodore Ts'o
2007-05-09Add pack.depth option to git-pack-objects.Theodore Ts'o
2007-05-07Use GIT_OBJECT_DIR for temporary files of pack-objectsAlex Riesen
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre
2007-04-23pack-objects: make generated packfile read-onlyJunio C Hamano
2007-04-22Fix 'quickfix' on pack-objects.Junio C Hamano
2007-04-22pack-objects: quickfix for permission modes.Junio C Hamano
2007-04-20pack-objects: remove obsolete commentsNicolas Pitre
2007-04-17pack-objects: better check_object() performancesNicolas Pitre
2007-04-17pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre
2007-04-17pack-objects: get rid of create_final_object_list()Nicolas Pitre
2007-04-17pack-objects: get rid of reuse_cached_packNicolas Pitre
2007-04-17pack-objects: clean up list sortingNicolas Pitre
2007-04-17pack-objects: rework check_delta_limit usageNicolas Pitre
2007-04-17pack-objects: equal objects in size should delta against newer objectsNicolas Pitre
2007-04-17pack-objects: optimize preferred base handling a bitNicolas Pitre
2007-04-12clean up add_object_entry()Nicolas Pitre
2007-04-10validate reused pack data with CRC when possibleNicolas Pitre
2007-04-10allow forcing index v2 and 64-bit offset tresholdNicolas Pitre
2007-04-10pack-objects: learn about pack index version 2Nicolas Pitre