Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -3/+3 |
|\ | |||||
| * | shallow: add repository argument to is_repository_shallow | Stefan Beller | 2018-05-18 | 1 | -2/+2 |
| * | shallow: add repository argument to register_shallow | Stefan Beller | 2018-05-18 | 1 | -1/+1 |
* | | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 2018-06-01 | 1 | -12/+12 |
|\ \ | |||||
| * | | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 2018-05-24 | 1 | -12/+12 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -15/+17 |
|\ \ \ | |||||
| * | | | pack-objects: abstract away hash algorithm | brian m. carlson | 2018-05-02 | 1 | -14/+16 |
| * | | | sha1-file: convert freshen functions to object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
* | | | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'nd/pack-unreachable-objects-doc' | Junio C Hamano | 2018-05-23 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | pack-objects: validation and documentation about unreachable options | Nguyễn Thái Ngọc Duy | 2018-05-06 | 1 | -0/+2 |
* | | | | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 2018-05-23 | 1 | -128/+241 |
|\ \ \ \ | |||||
| * | | | | pack-objects: shrink delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -10/+16 |
| * | | | | pack-objects: shrink size field in struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -25/+80 |
| * | | | | pack-objects: clarify the use of object_entry::size | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -3/+8 |
| * | | | | pack-objects: don't check size when the object is bad | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -2/+2 |
| * | | | | pack-objects: shrink z_delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -6/+18 |
| * | | | | pack-objects: refer to delta objects by index instead of pointer | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -54/+63 |
| * | | | | pack-objects: move in_pack out of struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -11/+17 |
| * | | | | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+2 |
| * | | | | pack-objects: use bitfield for object_entry::depth | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -0/+6 |
| * | | | | pack-objects: use bitfield for object_entry::dfs_state | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -0/+3 |
| * | | | | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -24/+35 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sb/oid-object-info' | Junio C Hamano | 2018-05-23 | 1 | -4/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | packfile: add repository argument to packed_object_info | Jonathan Nieder | 2018-04-26 | 1 | -1/+2 |
| * | | | cache.h: add repository argument to oid_object_info | Stefan Beller | 2018-04-26 | 1 | -3/+5 |
| |/ / | |||||
* | | | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 2018-05-23 | 1 | -20/+63 |
|\ \ \ | |||||
| * | | | pack-objects: show some progress when counting kept objects | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -6/+12 |
| * | | | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+1 |
| * | | | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -13/+50 |
| |/ / | |||||
* | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 2018-04-02 | 1 | -2/+2 |
| * | | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 2018-04-02 | 1 | -3/+3 |
* | | | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 2018-04-11 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | packfile: keep prepare_packed_git() private | Nguyễn Thái Ngọc Duy | 2018-03-26 | 1 | -1/+0 |
| * | | | packfile: add repository argument to prepare_packed_git | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
* | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -9/+12 |
|\| | | | |||||
| * | | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -9/+12 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -16/+11 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -10/+6 |
| * | | | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 2018-03-14 | 1 | -4/+3 |
| * | | | streaming: convert open_istream to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
* | | | | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 2018-03-14 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 2018-03-06 | 1 | -0/+1 |
* | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -4/+4 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | pack-objects: rename 'this' variables | Brandon Williams | 2018-02-14 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2018-02-15 | 1 | -26/+26 |
|\ \ \ | |||||
| * | | | csum-file: rename sha1file to hashfile | brian m. carlson | 2018-02-02 | 1 | -26/+26 |
| |/ / |