summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2012-04-30remove blank filename in error messagePete Wyckoff
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-03-07parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy
2012-02-27Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano
2012-02-24do not stream large files to pack when filters are in useJeff King
2012-02-13Merge branch 'nd/find-pack-entry-recent-cache-invalidation'Junio C Hamano
2012-02-13Merge branch 'mm/empty-loose-error-message'Junio C Hamano
2012-02-06fsck: give accurate error message on empty loose object filesMatthieu Moy
2012-02-01find_pack_entry(): do not keep packed_git pointer locallyNguyễn Thái Ngọc Duy
2012-02-01sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry()Nguyễn Thái Ngọc Duy
2011-12-21Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason
2011-12-17Merge branch 'jc/stream-to-pack'Junio C Hamano
2011-12-14Merge branch 'nd/misc-cleanups' into maintJunio C Hamano
2011-12-05Merge branch 'nd/misc-cleanups'Junio C Hamano
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano
2011-11-16sha1_file: don't mix enum with intRamkumar Ramachandra
2011-10-27unpack_object_header_buffer(): clear the size field upon errorJunio C Hamano
2011-10-21Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano
2011-10-14downgrade "packfile cannot be accessed" errors to warningsJeff King
2011-10-14pack-objects: protect against disappearing packsJeff King
2011-10-05Merge branch 'wh/normalize-alt-odb-path'Junio C Hamano
2011-09-07sha1_file: normalize alt_odb path before comparing and storingHui Wang
2011-08-29Merge branch 'jc/maint-clone-alternates'Junio C Hamano
2011-08-23Merge branch 'rt/zlib-smaller-window'Junio C Hamano
2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano
2011-08-11Tolerate zlib deflation with window size < 32KbRoberto Tyley
2011-08-05Merge branch 'jc/pack-order-tweak'Junio C Hamano
2011-08-01Merge branch 'jc/legacy-loose-object' into maintJunio C Hamano
2011-07-19Merge branch 'jc/index-pack'Junio C Hamano
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-07-13Merge branch 'jc/legacy-loose-object'Junio C Hamano
2011-07-07core: log offset pack data accesses happenedJunio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2011-06-08sha1_file.c: "legacy" is really the current formatJunio C Hamano
2011-06-06verify-pack: use index-pack --verifyJunio C Hamano
2011-05-26sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering
2011-05-25Merge branch 'jc/bigfile'Junio C Hamano
2011-05-21sha1_file.c: expose helpers to read loose objectsJunio C Hamano
2011-05-21unpack_object_header(): make it publicJunio C Hamano
2011-05-21sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano
2011-05-20Merge branch 'jc/replacing'Junio C Hamano
2011-05-19sha1_object_info_extended(): expose a bit more infoJunio C Hamano
2011-05-17packed_object_info_detail(): do not return a stringJunio C Hamano
2011-05-15Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streamingJunio C Hamano
2011-05-15git_open_noatime(): drop unused parameterJunio C Hamano
2011-05-15sha1_file: typofixJunio C Hamano
2011-05-15read_sha1_file(): allow selective bypassing of replacement mechanismJunio C Hamano
2011-05-15read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano
2011-05-13Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano