summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
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
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre
2007-04-10add overflow tests on pack offset variablesNicolas Pitre
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-21Remove "pathlen" from "struct name_entry"Linus Torvalds
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce
2007-03-07Use uint32_t for pack-objects counters.Shawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2007-02-25Merge branch 'maint'Junio C Hamano
2007-02-25Allow arbitrary number of arguments to git-pack-objectsRoland Dreier
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano
2006-12-29pack-objects: fix use of use_pack().Junio C Hamano
2006-12-29Fix random segfaults in pack-objects.Shawn O. Pearce
2006-12-29Loop over pack_windows when inflating/accessing data.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-21Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-30pack-objects: remove redundent status informationNicolas Pitre
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsJunio C Hamano
2006-11-08git-pack-objects progress flag documentation and cleanupNicolas Pitre
2006-11-01make git-push a bit more verboseNicolas Pitre
2006-10-10pack-objects: document --delta-base-offset optionJunio C Hamano
2006-09-27allow delta data reuse even if base object is a preferred baseNicolas Pitre
2006-09-27zap a debug remnantNicolas Pitre
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-27make git-pack-objects able to create deltas with offset to baseNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-13pack-objects: document --revs, --unpacked and --all.Junio C Hamano
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano