Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 2011-08-16 | 1 | -14/+14 |
|\ | |||||
| * | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -9/+9 |
| * | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 1 | -5/+5 |
* | | Merge branch 'jc/legacy-loose-object' into maint | Junio C Hamano | 2011-08-01 | 1 | -29/+33 |
|\ \ | |||||
| * | | sha1_file.c: "legacy" is really the current format | Junio C Hamano | 2011-06-08 | 1 | -29/+33 |
* | | | Merge branch 'jc/bigfile' | Junio C Hamano | 2011-05-25 | 1 | -24/+123 |
|\ \ \ | |||||
| * | | | Bigfile: teach "git add" to send a large file straight to a pack | Junio C Hamano | 2011-05-13 | 1 | -1/+83 |
| * | | | index_fd(): split into two helper functions | Junio C Hamano | 2011-05-09 | 1 | -11/+31 |
| * | | | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 2011-05-09 | 1 | -16/+13 |
* | | | | Merge branch 'jc/replacing' | Junio C Hamano | 2011-05-19 | 1 | -9/+7 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | read_sha1_file(): allow selective bypassing of replacement mechanism | Junio C Hamano | 2011-05-15 | 1 | -4/+6 |
| * | | | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 2011-05-15 | 1 | -8/+4 |
| |/ / | |||||
* | | | git_open_noatime(): drop unused parameter | Junio C Hamano | 2011-05-15 | 1 | -8/+7 |
* | | | sha1_file: typofix | Junio C Hamano | 2011-05-15 | 1 | -1/+1 |
|/ / | |||||
* | | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 2011-04-13 | 1 | -1/+1 |
* | | Merge branch 'jc/maint-rerere-in-workdir' | Junio C Hamano | 2011-03-26 | 1 | -0/+29 |
|\ \ | |||||
| * | | rerere: make sure it works even in a workdir attached to a young repository | Junio C Hamano | 2011-03-23 | 1 | -0/+29 |
* | | | Merge branch 'jn/maint-c99-format' | Junio C Hamano | 2011-03-23 | 1 | -7/+2 |
|\ \ \ | |||||
| * | | | unbreak and eliminate NO_C99_FORMAT | Jonathan Nieder | 2011-03-17 | 1 | -7/+2 |
* | | | | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 2011-03-15 | 1 | -18/+66 |
|\ \ \ \ | |||||
| * | | | | sha1_file.c: Don't retain open fds on small packs | Shawn O. Pearce | 2011-03-02 | 1 | -5/+36 |
| * | | | | Limit file descriptors used by packs | Shawn O. Pearce | 2011-02-28 | 1 | -13/+30 |
| |/ / / | |||||
* | | | | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 2011-02-27 | 1 | -7/+47 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -7/+47 |
* | | | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 | 1 | -1/+1 |
* | | | | sha1_object_info: examine cached_object store too | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -0/+8 |
* | | | | sha1_file.c: move find_cached_object up so sha1_object_info can use it | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -35/+35 |
|/ / / | |||||
* | | | Correctly report corrupted objects | Björn Steinbrink | 2011-01-20 | 1 | -1/+1 |
* | | | Merge branch 'jn/thinner-wrapper' | Junio C Hamano | 2010-12-03 | 1 | -0/+26 |
|\ \ \ | |||||
| * | | | Remove pack file handling dependency from wrapper.o | Jonathan Nieder | 2010-11-10 | 1 | -0/+11 |
| * | | | wrapper: move xmmap() to sha1_file.c | Jonathan Nieder | 2010-11-10 | 1 | -0/+15 |
* | | | | Work around EMFILE when there are too many pack files | Shawn O. Pearce | 2010-11-03 | 1 | -16/+27 |
* | | | | Use git_open_noatime when accessing pack data | Shawn O. Pearce | 2010-11-03 | 1 | -4/+6 |
* | | | | A loose object is not corrupt if it cannot be read due to EMFILE | Junio C Hamano | 2010-11-03 | 1 | -1/+6 |
* | | | | read_sha1_file(): report correct name of packfile with a corrupt object | Junio C Hamano | 2010-11-03 | 1 | -17/+24 |
|/ / / | |||||
* | | | sha1_file: Show the the type and path to corrupt objects | Ævar Arnfjörð Bjarmason | 2010-07-14 | 1 | -2/+11 |
| |/ |/| | |||||
* | | Merge branch 'jk/maint-sha1-file-name-fix' | Junio C Hamano | 2010-06-13 | 1 | -13/+15 |
|\ \ | |||||
| * | | remove over-eager caching in sha1_file_name | Jeff King | 2010-05-25 | 1 | -13/+15 |
* | | | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 | 1 | -4/+10 |
|\ \ \ | |||||
| * | | | Allow parse_pack_index on temporary files | Shawn O. Pearce | 2010-04-19 | 1 | -2/+1 |
| * | | | Introduce close_pack_index to permit replacement | Shawn O. Pearce | 2010-04-19 | 1 | -2/+9 |
| | |/ | |/| | |||||
| * | | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 2010-03-08 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'dp/read-not-mmap-small-loose-object' into maint | Junio C Hamano | 2010-03-04 | 1 | -0/+10 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'maint' | Junio C Hamano | 2010-05-18 | 1 | -3/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | hash_object: correction for zero length file | Dmitry Potapov | 2010-05-18 | 1 | -3/+4 |
* | | | | | make commit_tree a library function | Jeff King | 2010-04-01 | 1 | -0/+10 |
|/ / / / | |||||
* | | | | fix const-correctness of write_sha1_file | Jeff King | 2010-04-01 | 1 | -3/+3 |
* | | | | Merge branch 'nd/root-git' | Junio C Hamano | 2010-03-07 | 1 | -7/+0 |
|\ \ \ \ | |||||
| * | | | | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 2010-02-16 | 1 | -7/+0 |
* | | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 2010-03-07 | 1 | -3/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |