2018-08-30 | commit: don't use generation numbers if not needed Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-29 | commit-graph: define GIT_TEST_COMMIT_GRAPH Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-23 | config: fix commit-graph related config docs Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | commit: use timestamp_t for author_date_slab Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | pack-objects: consider packs in multi-pack-index Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | midx: test a few commands that use get_all_packs Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | treewide: use get_all_packs Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | packfile: add all_packs list Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | midx: fix bug that skips midx with alternates Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | midx: stop reporting garbage Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | midx: mark bad packed objects Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | multi-pack-index: store local property Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-20 | multi-pack-index: provide more helpful usage info Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: use can_all_from_reach Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: make can_all_from_reach... linear Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: replace ref_newer logic Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test commit_contains Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test can_all_from_reach_with_flags Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test reduce_heads Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test get_merge_bases_many Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test is_descendant_of Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: test in_merge_bases Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | test-reach: create new test tool for ref_newer Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: move can_all_from_reach_with_flags Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | upload-pack: generalize commit date cutoff Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | upload-pack: refactor ok_to_give_up() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | upload-pack: make reachable() more generic Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: move commit_contains from ref-filter Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: move ref_newer from remote.c Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit.h: remove method declarations Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | commit-reach: move walk methods from commit.c Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: clear midx on repack Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | packfile: skip loading index if in multi-pack-index Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: prevent duplicate packfile loads Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: use midx in approximate_object_count Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: use existing midx when writing new one Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: use midx in abbreviation calculations Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: read objects from multi-pack-index Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | config: create core.multiPackIndex setting Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: write object offsets Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: write object id fanout chunk Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: write object ids in a chunk Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: sort and deduplicate objects from packfiles Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: read pack names into array Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | multi-pack-index: write pack names in chunk Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | multi-pack-index: read packfile list Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | packfile: generalize pack directory list Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | t5319: expand test data Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | multi-pack-index: load into memory Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | midx: write header information to lockfile Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | multi-pack-index: add 'write' verb Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-20 | multi-pack-index: add builtin Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-16 | coccinelle: update commit.cocci Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-12 | multi-pack-index: add format details Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-07-12 | multi-pack-index: add design document Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-28 | commit-graph: fix documentation inconsistencies Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: update design document Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | gc: automatically write commit-graph files Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: add '--reachable' option Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: use string-list API for input Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | fsck: verify commit-graph Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify contents match checksum Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: test for corrupted octopus edge Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify commit date Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify generation number Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify parent list Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify root tree OIDs Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify objects exist Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify corrupt OID fanout and lookup Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify required chunks are present Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: verify catches corrupt signature Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: add 'verify' subcommand Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: load a root tree from specific graph Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit: force commit to parse from object database Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: parse commit from chosen graph Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: fix GRAPH_MIN_SIZE Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | commit-graph: UNLEAK before die() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-27 | t5318-commit-graph.sh: use core.commitGraph Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah_io: delete unused 'ewah_serialize()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah_bitmap: delete unused 'ewah_or()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah_bitmap: delete unused 'ewah_not()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and_not()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah_bitmap: delete unused 'ewah_and()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_each_bit()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-06-18 | ewah/bitmap.c: delete unused 'bitmap_clear()' Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit-graph: fix UX issue when .lock file exists Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit-graph.txt: update design document Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | merge: check config before loading commits Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit: use generation number in remove_redundant() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit: add short-circuit to paint_down_to_common() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit: use generation numbers for in_merge_bases() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | ref-filter: use generation number for --contains Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit-graph: always load commit-graph information Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit: use generations in paint_down_to_common() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit-graph: compute generation numbers Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-22 | commit: add generation number to struct commit Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-05-02 | ref-filter: fix outdated comment on in_commit_list Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: lazy-load trees for commits Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | treewide: replace maybe_tree with accessor methods Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit: create get_commit_tree() method Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |