Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | sha1_file: don't mix enum with int | Ramkumar Ramachandra | 2011-11-15 | 1 | -1/+1 | |
* | Merge branch 'jk/maint-pack-objects-compete-with-delete' | Junio C Hamano | 2011-10-21 | 1 | -2/+2 | |
|\ | ||||||
| * | downgrade "packfile cannot be accessed" errors to warningsjk/maint-pack-objects-compete-with-delete | Jeff King | 2011-10-14 | 1 | -1/+1 | |
| * | pack-objects: protect against disappearing packs | Jeff King | 2011-10-14 | 1 | -1/+1 | |
* | | Merge branch 'wh/normalize-alt-odb-path' | Junio C Hamano | 2011-10-05 | 1 | -17/+20 | |
|\ \ | |/ |/| | ||||||
| * | sha1_file: normalize alt_odb path before comparing and storing | Hui Wang | 2011-09-07 | 1 | -17/+20 | |
* | | Merge branch 'jc/maint-clone-alternates' | Junio C Hamano | 2011-08-28 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | clone: clone from a repository with relative alternates | Junio C Hamano | 2011-08-23 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'rt/zlib-smaller-window' | Junio C Hamano | 2011-08-23 | 1 | -6/+26 | |
|\ \ | ||||||
| * | | Tolerate zlib deflation with window size < 32Kb | Roberto Tyley | 2011-08-11 | 1 | -6/+26 | |
| * | | Merge branch 'jc/legacy-loose-object' into maint | Junio C Hamano | 2011-08-01 | 1 | -29/+33 | |
| |\ \ | | |/ | |/| | ||||||
* | | | Merge branch 'jc/pack-order-tweak' | Junio C Hamano | 2011-08-05 | 1 | -0/+21 | |
|\ \ \ | ||||||
| * | | | core: log offset pack data accesses happened | Junio C Hamano | 2011-07-06 | 1 | -0/+21 | |
| |/ / | ||||||
| * | | Merge branch 'jc/bigfile' | Junio C Hamano | 2011-05-25 | 1 | -24/+123 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'jc/replacing' | Junio C Hamano | 2011-05-19 | 1 | -9/+7 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'jc/index-pack' | Junio C Hamano | 2011-07-19 | 1 | -55/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | verify-pack: use index-pack --verify | Junio C Hamano | 2011-06-05 | 1 | -55/+0 | |
* | | | | | | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 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' | Junio C Hamano | 2011-07-13 | 1 | -29/+33 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | sha1_file.c: "legacy" is really the current format | Junio C Hamano | 2011-06-08 | 1 | -29/+33 | |
* | | | | | | sha1_file: use the correct type (ssize_t, not size_t) for read-style function | Jim Meyering | 2011-05-26 | 1 | -1/+1 | |
* | | | | | | sha1_file.c: expose helpers to read loose objects | Junio C Hamano | 2011-05-20 | 1 | -3/+3 | |
* | | | | | | unpack_object_header(): make it public | Junio C Hamano | 2011-05-20 | 1 | -4/+4 | |
* | | | | | | sha1_object_info_extended(): hint about objects in delta-base cache | Junio C Hamano | 2011-05-20 | 1 | -0/+9 | |
* | | | | | | sha1_object_info_extended(): expose a bit more info | Junio C Hamano | 2011-05-19 | 1 | -11/+31 | |
* | | | | | | packed_object_info_detail(): do not return a string | Junio C Hamano | 2011-05-16 | 1 | -2/+2 | |
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
| \ \ \ \ \ | ||||||
| \ \ \ \ \ | ||||||
*---. \ \ \ \ \ | Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streaming | Junio C Hamano | 2011-05-15 | 1 | -33/+130 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | / / | | | | |_|/ / | | | |/| | / | | | |_|_|/ | | |/| | | | ||||||
| | | * | | | 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 | |
| | |/ / / | |/| | | | ||||||
| | * | | | 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 | |
| |/ / / | ||||||
* | | | | 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 |