Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ | |||||
* | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | sha1_file: convert force_object_loose to object_id | Patryk Obara | 2018-01-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'gs/retire-mru' | Junio C Hamano | 2018-02-13 | 1 | -5/+4 |
|\ \ | |||||
| * | | mru: Replace mru.[ch] with list.h implementationgs/retire-mru | Gargi Sharma | 2018-01-24 | 1 | -5/+4 |
* | | | Merge branch 'ot/mru-on-list' | Junio C Hamano | 2018-02-13 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | mru: use double-linked list from list.hot/mru-on-list | Olga Telezhnaya | 2017-10-01 | 1 | -2/+3 |
* | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -2/+35 |
|\ \ \ | |_|/ |/| | | |||||
| * | | gc: do not repack promisor packfiles | Jonathan Tan | 2017-12-08 | 1 | -2/+35 |
* | | | Merge branch 'jh/object-filtering' | Junio C Hamano | 2017-12-27 | 1 | -1/+63 |
|\ \ \ | |/ / | |||||
| * | | pack-objects: add list-objects filtering | Jeff Hostetler | 2017-11-22 | 1 | -1/+63 |
* | | | refs: convert peel_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
* | | | builtin/pack-objects: convert to struct object_id | brian m. carlson | 2017-10-16 | 1 | -67/+68 |
* | | | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 2017-10-16 | 1 | -4/+4 |
|/ / | |||||
* | | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computation | Derrick Stolee | 2017-10-10 | 1 | -1/+1 |
* | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compare | Ramsay Jones | 2017-09-22 | 1 | -2/+2 |
| * | Merge branch 'rs/pack-objects-pbase-cleanup' into maint | Junio C Hamano | 2017-08-23 | 1 | -1/+1 |
| |\ | |||||
* | | | pack: make packed_git_mru global a value instead of a pointer | Jonathan Nieder | 2017-09-14 | 1 | -2/+2 |
* | | | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 2017-09-10 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | pack-objects: take lock before accessing `remaining` | Martin Ågren | 2017-08-23 | 1 | -0/+6 |
* | | | | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
* | | | | Merge branch 'rs/pack-objects-pbase-cleanup' | Junio C Hamano | 2017-08-11 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | pack-objects: remove unnecessary NULL checkrs/pack-objects-pbase-cleanup | René Scharfe | 2017-07-20 | 1 | -1/+1 |
| * | | Merge branch 'jk/disable-pack-reuse-when-broken' into maint | Junio C Hamano | 2017-06-04 | 1 | -1/+5 |
| |\ \ | |||||
* | | | | use MOVE_ARRAY | René Scharfe | 2017-07-17 | 1 | -3/+2 |
| |_|/ |/| | | |||||
* | | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -8/+4 |
|\ \ \ | |||||
| * | | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -8/+4 |
* | | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 2017-06-02 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | pack-objects: fix buggy warning about threads | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge branch 'jk/disable-pack-reuse-when-broken' | Junio C Hamano | 2017-05-29 | 1 | -1/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | pack-objects: disable pack reuse for object-selection options | Jeff King | 2017-05-09 | 1 | -1/+5 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -30/+41 |
|\ \ \ | |||||
| * | | | Convert lookup_tag to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | | pack: convert struct pack_idx_entry to struct object_id | brian m. carlson | 2017-05-08 | 1 | -26/+37 |
| * | | | shallow: convert shallow registration functions to object_id | brian m. carlson | 2017-05-08 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -12/+12 |
|\ \ | |||||
| * | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -5/+5 |
| * | | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
| * | | Convert remaining callers of sha1_array_lookup to object_id | brian m. carlson | 2017-03-31 | 1 | -8/+8 |
| * | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -2/+2 |
* | | | Merge branch 'jk/fast-import-cleanup' | Junio C Hamano | 2017-03-28 | 1 | -4/+8 |
|\ \ \ | |/ / |/| | |