Age | Commit message (Expand) | Author | Files | Lines |
2011-02-07 | sha1_object_info: examine cached_object store too | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2011-02-07 | sha1_file.c: move find_cached_object up so sha1_object_info can use it | Nguyễn Thái Ngọc Duy | 1 | -35/+35 |
2011-01-20 | Correctly report corrupted objects | Björn Steinbrink | 1 | -1/+1 |
2010-12-03 | Merge branch 'jn/thinner-wrapper' | Junio C Hamano | 1 | -0/+26 |
2010-11-10 | Remove pack file handling dependency from wrapper.o | Jonathan Nieder | 1 | -0/+11 |
2010-11-10 | wrapper: move xmmap() to sha1_file.c | Jonathan Nieder | 1 | -0/+15 |
2010-11-03 | Work around EMFILE when there are too many pack files | Shawn O. Pearce | 1 | -16/+27 |
2010-11-03 | Use git_open_noatime when accessing pack data | Shawn O. Pearce | 1 | -4/+6 |
2010-11-03 | A loose object is not corrupt if it cannot be read due to EMFILE | Junio C Hamano | 1 | -1/+6 |
2010-11-03 | read_sha1_file(): report correct name of packfile with a corrupt object | Junio C Hamano | 1 | -17/+24 |
2010-07-14 | sha1_file: Show the the type and path to corrupt objects | Ævar Arnfjörð Bjarmason | 1 | -2/+11 |
2010-06-13 | Merge branch 'jk/maint-sha1-file-name-fix' | Junio C Hamano | 1 | -13/+15 |
2010-05-25 | remove over-eager caching in sha1_file_name | Jeff King | 1 | -13/+15 |
2010-05-21 | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 1 | -4/+10 |
2010-05-18 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+4 |
2010-05-18 | hash_object: correction for zero length file | Dmitry Potapov | 1 | -3/+4 |
2010-04-19 | Allow parse_pack_index on temporary files | Shawn O. Pearce | 1 | -2/+1 |
2010-04-19 | Introduce close_pack_index to permit replacement | Shawn O. Pearce | 1 | -2/+9 |
2010-04-01 | make commit_tree a library function | Jeff King | 1 | -0/+10 |
2010-04-01 | fix const-correctness of write_sha1_file | Jeff King | 1 | -3/+3 |
2010-03-08 | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 1 | -3/+3 |
2010-03-07 | Merge branch 'nd/root-git' | Junio C Hamano | 1 | -7/+0 |
2010-03-07 | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 1 | -3/+3 |
2010-03-04 | Merge branch 'dp/read-not-mmap-small-loose-object' into maint | Junio C Hamano | 1 | -0/+10 |
2010-03-02 | Merge branch 'np/compress-loose-object-memsave' | Junio C Hamano | 1 | -14/+19 |
2010-02-22 | Use git_mkstemp_mode instead of plain mkstemp to create object files | Matthieu Moy | 1 | -3/+3 |
2010-02-21 | sha1_file: be paranoid when creating loose objects | Nicolas Pitre | 1 | -0/+9 |
2010-02-21 | hash-object: don't use mmap() for small files | Dmitry Potapov | 1 | -0/+10 |
2010-02-21 | sha1_file: don't malloc the whole compressed result when writing out objects | Nicolas Pitre | 1 | -14/+10 |
2010-02-16 | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 1 | -7/+0 |
2010-01-27 | Merge branch 'il/maint-xmallocz' | Junio C Hamano | 1 | -4/+2 |
2010-01-26 | Fix integer overflow in unpack_compressed_entry() | Ilari Liusvaara | 1 | -2/+1 |
2010-01-26 | Fix integer overflow in unpack_sha1_rest() | Ilari Liusvaara | 1 | -2/+1 |
2010-01-21 | slim down "git show-index" | Linus Torvalds | 1 | -66/+0 |
2010-01-12 | sha1_file.c: remove unused function | Junio C Hamano | 1 | -8/+0 |
2009-10-21 | Fix incorrect error check while reading deflated pack data | Junio C Hamano | 1 | -5/+3 |
2009-10-14 | sha1_file: Fix infinite loop when pack is corrupted | Shawn O. Pearce | 1 | -0/+4 |
2009-08-21 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -5/+18 |
2009-07-22 | refactor: use bitsizeof() instead of 8 * sizeof() | Pierre Habouzit | 1 | -1/+1 |
2009-07-06 | Merge branch 'tr/die_errno' | Junio C Hamano | 1 | -1/+1 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -1/+1 |
2009-06-18 | Fix big left-shifts of unsigned char | Linus Torvalds | 1 | -2/+1 |
2009-05-31 | sha1_file: add a "read_sha1_file_repl" function | Christian Couder | 1 | -2/+7 |
2009-05-31 | replace_object: add mechanism to replace objects found in "refs/replace/" | Christian Couder | 1 | -3/+11 |
2009-05-25 | Merge branch 'ar/unlink-err' into maint | Junio C Hamano | 1 | -1/+1 |
2009-05-20 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+6 |
2009-05-20 | Cope better with a _lot_ of packs | Johannes Schindelin | 1 | -0/+6 |
2009-05-18 | Merge branch 'ar/unlink-err' | Junio C Hamano | 1 | -1/+1 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -1/+1 |
2009-04-29 | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 1 | -1/+1 |