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
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Unmap individual windows rather than entire files.Shawn O. Pearce
2006-12-29Document why header parsing won't exceed a window.Shawn O. Pearce
2006-12-29Loop over pack_windows when inflating/accessing data.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-29Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce
2006-12-20clarify some error messages wrt unknown object typesNicolas Pitre
2006-11-28sha1_object_info(): be consistent with read_sha1_file()Johannes Schindelin
2006-11-09Merge branch 'maint'Junio C Hamano
2006-11-09Nicer error messages in case saving an object to db goes wrongPetr Baudis
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-03Merge branch 'maint'Junio C Hamano
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin
2006-11-02Merge branch 'maint'Junio C Hamano
2006-11-01link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano
2006-10-29Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-19reduce delta head inflated sizeNicolas Pitre
2006-10-15Replace open-coded version of hash_sha1_file()Rene Scharfe
2006-10-15Make write_sha1_file_prepare() voidRene Scharfe
2006-10-14Make write_sha1_file_prepare() staticRene Scharfe
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-09-27make pack data reuse compatible with both delta typesNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-21Make hexval() available to others.Junio C Hamano
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-10get_sha1_hex() micro-optimizationJunio C Hamano
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-02consolidate two copies of new style object header parsing code.Junio C Hamano
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano
2006-09-01Use xmalloc instead of mallocJonas Fonseca
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-27Convert unpack_entry_gently and friends to use offsets.Shawn Pearce
2006-08-27Cleanup unpack_object_header to use only offsets.Shawn Pearce
2006-08-27Cleanup unpack_entry_gently and friends to use type_name array.Shawn Pearce
2006-08-27Reuse compression code in unpack_compressed_entry.Shawn Pearce
2006-08-27Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.Shawn Pearce
2006-08-24Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-22Remove unnecessary forward declaration of unpack_entry.Shawn Pearce
2006-08-22Verify we know how to read a pack before trying to using it.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