aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* 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
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
* Merge branch 'maint'Junio C Hamano2007-02-25
|\
| * Allow arbitrary number of arguments to git-pack-objectsRoland Dreier2007-02-25
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* Use fixed-size integers for .idx file I/OJunio C Hamano2007-01-18
* pack-objects: fix use of use_pack().Junio C Hamano2006-12-29
* Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-29
* Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-29
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
* Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-20
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* pack-objects: remove redundent status informationNicolas Pitre2006-11-29
* pack-objects: tweak "do not even attempt delta" heuristicsJunio C Hamano2006-11-17
* git-pack-objects progress flag documentation and cleanupNicolas Pitre2006-11-07
* make git-push a bit more verboseNicolas Pitre2006-11-01
* pack-objects: document --delta-base-offset optionJunio C Hamano2006-10-10