summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* find_pack_entry(): do not keep packed_git pointer locallynd/find-pack-entry-recent-cache-invalidationNguyễn Thái Ngọc Duy2012-02-011-14/+13
* sha1_file.c: move the core logic of find_pack_entry() into fill_pack_entry()Nguyễn Thái Ngọc Duy2012-02-011-26/+35
* Appease Sun Studio by renaming "tmpfile"ab/sun-studio-portabilityÆvar Arnfjörð Bjarmason2011-12-211-6/+6
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-63/+4
|\
| * bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-63/+4
* | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-051-1/+2
|\ \
| * | unpack_object_header_buffer(): clear the size field upon errornd/misc-cleanupsJunio C Hamano2011-10-271-1/+2
| |/
* | sha1_file: don't mix enum with intRamkumar Ramachandra2011-11-151-1/+1
|/
* Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-211-2/+2
|\
| * downgrade "packfile cannot be accessed" errors to warningsjk/maint-pack-objects-compete-with-deleteJeff King2011-10-141-1/+1
| * pack-objects: protect against disappearing packsJeff King2011-10-141-1/+1
* | Merge branch 'wh/normalize-alt-odb-path'Junio C Hamano2011-10-051-17/+20
|\ \ | |/ |/|
| * sha1_file: normalize alt_odb path before comparing and storingHui Wang2011-09-071-17/+20
* | Merge branch 'jc/maint-clone-alternates'Junio C Hamano2011-08-281-1/+1
|\ \
| * | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-1/+1
| |/
* | Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-231-6/+26
|\ \
| * | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-111-6/+26
| * | Merge branch 'jc/legacy-loose-object' into maintJunio C Hamano2011-08-011-29/+33
| |\ \ | | |/ | |/|
* | | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-051-0/+21
|\ \ \
| * | | core: log offset pack data accesses happenedJunio C Hamano2011-07-061-0/+21
| |/ /
| * | Merge branch 'jc/bigfile'Junio C Hamano2011-05-251-24/+123
| |\ \
| * \ \ Merge branch 'jc/replacing'Junio C Hamano2011-05-191-9/+7
| |\ \ \
* | \ \ \ Merge branch 'jc/index-pack'Junio C Hamano2011-07-191-55/+0
|\ \ \ \ \
| * | | | | verify-pack: use index-pack --verifyJunio C Hamano2011-06-051-55/+0
* | | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-14/+14
|\ \ \ \ \ \
| * | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-9/+9
| * | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/legacy-loose-object'Junio C Hamano2011-07-131-29/+33
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sha1_file.c: "legacy" is really the current formatJunio C Hamano2011-06-081-29/+33
* | | | | | sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering2011-05-261-1/+1
* | | | | | sha1_file.c: expose helpers to read loose objectsJunio C Hamano2011-05-201-3/+3
* | | | | | unpack_object_header(): make it publicJunio C Hamano2011-05-201-4/+4
* | | | | | sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano2011-05-201-0/+9
* | | | | | sha1_object_info_extended(): expose a bit more infoJunio C Hamano2011-05-191-11/+31
* | | | | | packed_object_info_detail(): do not return a stringJunio C Hamano2011-05-161-2/+2
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streamingJunio C Hamano2011-05-151-33/+130
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | / / | | | | |_|/ / | | | |/| | / | | | |_|_|/ | | |/| | |
| | | * | | read_sha1_file(): allow selective bypassing of replacement mechanismJunio C Hamano2011-05-151-4/+6
| | | * | | read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano2011-05-151-8/+4
| | |/ / / | |/| | |
| | * | | Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2011-05-131-1/+83
| | * | | index_fd(): split into two helper functionsJunio C Hamano2011-05-091-11/+31
| | * | | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-091-16/+13
| |/ / /
* | | | git_open_noatime(): drop unused parameterJunio C Hamano2011-05-151-8/+7
* | | | sha1_file: typofixJunio C Hamano2011-05-151-1/+1
|/ / /
* | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-131-1/+1
* | | Merge branch 'jc/maint-rerere-in-workdir'Junio C Hamano2011-03-261-0/+29
|\ \ \
| * | | rerere: make sure it works even in a workdir attached to a young repositoryJunio C Hamano2011-03-231-0/+29
* | | | Merge branch 'jn/maint-c99-format'Junio C Hamano2011-03-231-7/+2
|\ \ \ \
| * | | | unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-171-7/+2
* | | | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-151-18/+66
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sha1_file.c: Don't retain open fds on small packsShawn O. Pearce2011-03-021-5/+36