summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Allow arbitrary number of arguments to git-pack-objectsRoland Dreier2007-02-251-3/+9
* 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
* make git-pack-objects able to create deltas with offset to baseNicolas Pitre2006-09-271-14/+33
* introduce delta objects with offset to baseNicolas Pitre2006-09-271-8/+8
* many cleanups to sha1_file.cNicolas Pitre2006-09-231-4/+4
* pack-objects: document --revs, --unpacked and --all.Junio C Hamano2006-09-121-1/+1
* pack-objects: further work on internal rev-list logic.Junio C Hamano2006-09-071-60/+39
* pack-objects: run rev-list equivalent internally.Junio C Hamano2006-09-071-82/+215
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-29/+52
* pack-objects: fix thinko in revalidate codeJunio C Hamano2006-09-031-6/+7
* pack-objects: re-validate data we copy from elsewhere.Junio C Hamano2006-09-021-4/+63
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-4/+4
* remove unnecessary initializationsDavid Rientjes2006-08-151-14/+14
* Merge branch 'jc/pack-objects'Junio C Hamano2006-08-121-0/+16
* Make git-pack-objects a builtinMatthias Kestenholz2006-08-031-0/+1376