summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano2011-09-231-1/+1
|\
| * clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-1/+1
* | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-161-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' into maintJunio C Hamano2011-08-011-29/+33
|\ \ \ | |_|/ |/| |
| * | sha1_file.c: "legacy" is really the current formatJunio C Hamano2011-06-081-29/+33
* | | Merge branch 'jc/bigfile'Junio C Hamano2011-05-251-24/+123
|\ \ \
| * | | 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
* | | | Merge branch 'jc/replacing'Junio C Hamano2011-05-191-9/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| |/ /
* | | 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
| * | | | Limit file descriptors used by packsShawn O. Pearce2011-02-281-13/+30
| |/ / /
* | | | Merge branch 'nd/hash-object-sanity'Junio C Hamano2011-02-271-7/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-071-7/+47
* | | | correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-141-1/+1
* | | | sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy2011-02-071-0/+8
* | | | sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy2011-02-071-35/+35
|/ / /
* | | Correctly report corrupted objectsBjörn Steinbrink2011-01-201-1/+1
* | | Merge branch 'jn/thinner-wrapper'Junio C Hamano2010-12-031-0/+26
|\ \ \
| * | | Remove pack file handling dependency from wrapper.oJonathan Nieder2010-11-101-0/+11
| * | | wrapper: move xmmap() to sha1_file.cJonathan Nieder2010-11-101-0/+15
* | | | Work around EMFILE when there are too many pack filesShawn O. Pearce2010-11-031-16/+27
* | | | Use git_open_noatime when accessing pack dataShawn O. Pearce2010-11-031-4/+6
* | | | A loose object is not corrupt if it cannot be read due to EMFILEJunio C Hamano2010-11-031-1/+6
* | | | read_sha1_file(): report correct name of packfile with a corrupt objectJunio C Hamano2010-11-031-17/+24
|/ / /
* | | sha1_file: Show the the type and path to corrupt objectsÆvar Arnfjörð Bjarmason2010-07-141-2/+11
| |/ |/|
* | Merge branch 'jk/maint-sha1-file-name-fix'Junio C Hamano2010-06-131-13/+15
|\ \
| * | remove over-eager caching in sha1_file_nameJeff King2010-05-251-13/+15
* | | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-211-4/+10
|\ \ \
| * | | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-191-2/+1
| * | | Introduce close_pack_index to permit replacementShawn O. Pearce2010-04-191-2/+9
| | |/ | |/|
| * | Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-081-3/+3
| |\ \
| * \ \ Merge branch 'dp/read-not-mmap-small-loose-object' into maintJunio C Hamano2010-03-041-0/+10
| |\ \ \
* | \ \ \ Merge branch 'maint'Junio C Hamano2010-05-181-3/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | hash_object: correction for zero length fileDmitry Potapov2010-05-181-3/+4
* | | | | make commit_tree a library functionJeff King2010-04-011-0/+10
|/ / / /
* | | | fix const-correctness of write_sha1_fileJeff King2010-04-011-3/+3
* | | | Merge branch 'nd/root-git'Junio C Hamano2010-03-071-7/+0
|\ \ \ \