ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/tests
mlcui a075a5c6ca git: Only reset Git index if non-empty
In chromium/src.git, this gives an approximate ~0.83s speedup for
commands if the Git index is empty, and a ~0.14s slowdown if the Git
index is non-empty.

As most users using jj will likely be using jj to write to a colocated
repo - and therefore avoid modifying the Git index - this should be a
general speedup for most colocated checkouts.
2024-05-27 11:35:13 +10:00
..
runner.rs
test_bad_locking.rs
test_commit_builder.rs
test_commit_concurrent.rs
test_conflicts.rs conflicts: label closing delimeter with conflict number 2024-05-20 18:36:51 -07:00
test_default_revset_graph_iterator.rs
test_diff_summary.rs
test_git.rs git: Only reset Git index if non-empty 2024-05-27 11:35:13 +10:00
test_git_backend.rs
test_gpg.rs
test_id_prefix.rs
test_index.rs
test_init.rs
test_load_repo.rs
test_local_working_copy.rs tree_builder: propagate errors from write_tree() 2024-05-22 06:46:38 -07:00
test_local_working_copy_concurrent.rs
test_local_working_copy_sparse.rs
test_merge_trees.rs tree_builder: propagate errors from write_tree() 2024-05-22 06:46:38 -07:00
test_merged_tree.rs tree_builder: propagate errors from write_tree() 2024-05-22 06:46:38 -07:00
test_mut_repo.rs
test_operations.rs
test_refs.rs
test_revset.rs revset: implement a 'reachable(src, domain)' expression 2024-05-21 10:52:31 -04:00
test_rewrite.rs tree: propagate errors from sub_tree()/path_value() 2024-05-22 06:46:38 -07:00
test_rewrite_transform.rs
test_signing.rs
test_ssh_signing.rs
test_view.rs
test_workspace.rs