summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'quickfix' on pack-objects.Junio C Hamano2007-04-221-2/+14
* pack-objects: quickfix for permission modes.Junio C Hamano2007-04-221-0/+6
* pack-objects: remove obsolete commentsNicolas Pitre2007-04-191-11/+3
* pack-objects: better check_object() performancesNicolas Pitre2007-04-161-80/+126
* pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-161-14/+12
* pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-161-55/+72
* pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-161-72/+14
* pack-objects: clean up list sortingNicolas Pitre2007-04-161-31/+22
* pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-161-44/+32
* pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-161-1/+1
* pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-161-15/+12
* clean up add_object_entry()Nicolas Pitre2007-04-111-27/+25
* validate reused pack data with CRC when possibleNicolas Pitre2007-04-101-12/+34
* allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-101-3/+17
* pack-objects: learn about pack index version 2Nicolas Pitre2007-04-101-12/+87
* compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-101-0/+6
* add overflow tests on pack offset variablesNicolas Pitre2007-04-101-6/+13
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-101-1/+1
* get rid of num_packed_objects()Nicolas Pitre2007-04-101-2/+2
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-1/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-4/+2
* Remove "pathlen" from "struct name_entry"Linus Torvalds2007-03-211-1/+1
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-161-6/+8
* Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-071-26/+26
* Use uint32_t for pack-objects counters.Shawn O. Pearce2007-03-071-33/+30
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-17/+15
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-12/+1
* Merge branch 'maint'Junio C Hamano2007-02-251-3/+9
|\
| * Allow arbitrary number of arguments to git-pack-objectsRoland Dreier2007-02-251-3/+9
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-3/+3
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
|/
* Use fixed-size integers for .idx file I/OJunio C Hamano2007-01-181-3/+3
* pack-objects: fix use of use_pack().Junio C Hamano2006-12-291-2/+5
* Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-291-3/+4
* Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-291-6/+52
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-291-9/+7
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-291-2/+2
* Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-201-1/+2
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* pack-objects: remove redundent status informationNicolas Pitre2006-11-291-2/+4
* pack-objects: tweak "do not even attempt delta" heuristicsJunio C Hamano2006-11-171-1/+3
* git-pack-objects progress flag documentation and cleanupNicolas Pitre2006-11-071-9/+10
* make git-push a bit more verboseNicolas Pitre2006-11-011-7/+11
* pack-objects: document --delta-base-offset optionJunio C Hamano2006-10-101-1/+1
* allow delta data reuse even if base object is a preferred baseNicolas Pitre2006-09-271-1/+1
* zap a debug remnantNicolas Pitre2006-09-271-1/+0
* make pack data reuse compatible with both delta typesNicolas Pitre2006-09-271-74/+130