Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-16pack-objects: learn about pack index version 2Nicolas Pitre
2008-07-16get rid of num_packed_objects()Nicolas Pitre
2008-07-16clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2008-07-16clean up pack index handling a bitNicolas Pitre
2006-11-08git-pack-objects progress flag documentation and cleanupNicolas Pitre
2006-11-02make git-push a bit more verboseNicolas Pitre
2006-10-10pack-objects: document --delta-base-offset optionJunio C Hamano
2006-09-28allow 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
2006-09-07pack-objects: run rev-list equivalent internally.Junio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-04pack-objects: fix thinko in revalidate codeJunio C Hamano
2006-09-03pack-objects: re-validate data we copy from elsewhere.Junio C Hamano
2006-08-24Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-18Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Merge branch 'jc/pack-objects'Junio C Hamano
2006-08-04Make git-pack-objects a builtinMatthias Kestenholz