2018-08-30 | commit: don't use generation numbers if not needed 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-21 | commit-graph: close_commit_graph before shallow walk Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | commit-graph: not compatible with uninitialized repo Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | commit-graph: not compatible with grafts Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | commit-graph: not compatible with replace objects Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | test-repository: properly init repo Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-08-21 | commit-graph: update design document 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-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 |
2018-04-11 | treewide: rename tree to maybe_tree Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: implement "--append" option Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: build graph from starting commits Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: read only from specific pack-indexes Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit: integrate commit graph with commit parsing Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: close under reachability Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: add core.commitGraph setting Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-11 | commit-graph: implement git commit-graph read Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | commit-graph: implement git-commit-graph write Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | commit-graph: implement write_commit_graph() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | commit-graph: create git-commit-graph builtin Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | graph: add commit graph design document Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | commit-graph: add format document Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | csum-file: refactor finalize_hashfile() method Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-03-22 | sha1_name: use bsearch_pack() for abbreviations Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-03-22 | packfile: define and use bsearch_pack() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-02-27 | revision.c: reduce object database queries Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-02-27 | sha1_name: fix uninitialized memory errors Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2018-01-19 | packfile: use get_be64() for large offsets Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-12-04 | sha1_file: use strbuf_add() instead of strbuf_addf() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-10-13 | sha1_name: minimize OID comparisons during disambiguation Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-10-13 | sha1_name: parse less while finding common prefix Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-10-13 | sha1_name: unroll len loop in find_unique_abbrev_r() Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-10-13 | p4211-line-log.sh: add log --online --raw --parents... Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |
2017-10-09 | cleanup: fix possible overflow errors in binary search Signed-off-by: Derrick Stolee <dstolee@microsoft.com> |
diff | tree |