aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* 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
* allow delta data reuse even if base object is a preferred baseNicolas Pitre2006-09-27
* zap a debug remnantNicolas Pitre2006-09-27
* make pack data reuse compatible with both delta typesNicolas Pitre2006-09-27
* make git-pack-objects able to create deltas with offset to baseNicolas Pitre2006-09-27
* introduce delta objects with offset to baseNicolas Pitre2006-09-27
* many cleanups to sha1_file.cNicolas Pitre2006-09-23
* pack-objects: document --revs, --unpacked and --all.Junio C Hamano2006-09-12
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-07
* pack-objects: run rev-list equivalent internally.Junio C Hamano2006-09-07
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-03
* pack-objects: fix thinko in revalidate codeJunio C Hamano2006-09-03
* pack-objects: re-validate data we copy from elsewhere.Junio C Hamano2006-09-02
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Merge branch 'jc/pack-objects'Junio C Hamano2006-08-12
* Make git-pack-objects a builtinMatthias Kestenholz2006-08-03