aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
...
* | | | | | | unpack_object_header(): make it publicJunio C Hamano2011-05-20
* | | | | | | sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano2011-05-20
* | | | | | | sha1_object_info_extended(): expose a bit more infoJunio C Hamano2011-05-19
* | | | | | | packed_object_info_detail(): do not return a stringJunio C Hamano2011-05-16
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streamingJunio C Hamano2011-05-15
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | / / / | | | | |_|/ / / | | | |/| | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | read_sha1_file(): allow selective bypassing of replacement mechanismJunio C Hamano2011-05-15
| | | * | | | read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano2011-05-15
| | |/ / / / | |/| | | |
| | * | | | Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2011-05-13
| | * | | | index_fd(): split into two helper functionsJunio C Hamano2011-05-09
| | * | | | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-09
| |/ / / /
* | | | | git_open_noatime(): drop unused parameterJunio C Hamano2011-05-15
* | | | | sha1_file: typofixJunio C Hamano2011-05-15
|/ / / /
* | | | remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-13
* | | | Merge branch 'jc/maint-rerere-in-workdir'Junio C Hamano2011-03-26
|\ \ \ \
| * | | | rerere: make sure it works even in a workdir attached to a young repositoryJunio C Hamano2011-03-23
* | | | | Merge branch 'jn/maint-c99-format'Junio C Hamano2011-03-23
|\ \ \ \ \
| * | | | | unbreak and eliminate NO_C99_FORMATJonathan Nieder2011-03-17
* | | | | | Merge branch 'sp/maint-fd-limit'Junio C Hamano2011-03-15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | sha1_file.c: Don't retain open fds on small packsShawn O. Pearce2011-03-02
| * | | | | Limit file descriptors used by packsShawn O. Pearce2011-02-28
| |/ / / /
* | | | | Merge branch 'nd/hash-object-sanity'Junio C Hamano2011-02-27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-07
* | | | | correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-14
* | | | | sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy2011-02-07
* | | | | sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy2011-02-07
|/ / / /
* | | | Correctly report corrupted objectsBjörn Steinbrink2011-01-20
* | | | Merge branch 'jn/thinner-wrapper'Junio C Hamano2010-12-03
|\ \ \ \
| * | | | Remove pack file handling dependency from wrapper.oJonathan Nieder2010-11-10
| * | | | wrapper: move xmmap() to sha1_file.cJonathan Nieder2010-11-10
* | | | | Work around EMFILE when there are too many pack filesShawn O. Pearce2010-11-03
* | | | | Use git_open_noatime when accessing pack dataShawn O. Pearce2010-11-03
| |_|_|/ |/| | |
* | | | A loose object is not corrupt if it cannot be read due to EMFILEJunio C Hamano2010-11-03
* | | | read_sha1_file(): report correct name of packfile with a corrupt objectJunio C Hamano2010-11-03
|/ / /
* | | sha1_file: Show the the type and path to corrupt objectsÆvar Arnfjörð Bjarmason2010-07-14
| |/ |/|
* | Merge branch 'jk/maint-sha1-file-name-fix'Junio C Hamano2010-06-13
|\ \
| * | remove over-eager caching in sha1_file_nameJeff King2010-05-25
* | | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\ \ \
| * | | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-19
| * | | Introduce close_pack_index to permit replacementShawn O. Pearce2010-04-19
| | |/ | |/|
| * | Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-08
| |\ \
| * \ \ Merge branch 'dp/read-not-mmap-small-loose-object' into maintJunio C Hamano2010-03-04
| |\ \ \
* | \ \ \ Merge branch 'maint'Junio C Hamano2010-05-18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | hash_object: correction for zero length fileDmitry Potapov2010-05-18
* | | | | make commit_tree a library functionJeff King2010-04-01
|/ / / /
* | | | fix const-correctness of write_sha1_fileJeff King2010-04-01
* | | | Merge branch 'nd/root-git'Junio C Hamano2010-03-07
|\ \ \ \
| * | | | Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy2010-02-16
* | | | | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-07
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2010-02-22
* | | | | Merge branch 'np/compress-loose-object-memsave'Junio C Hamano2010-03-02
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |