ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
2023-06-04 11:47:49 +09:00
..
lock lib: use advisory locks on Unix targets 2023-05-07 09:52:09 -07:00
protos working_copy: get conflict id from the current tree 2023-05-31 06:28:15 -07:00
backend.rs backend: take commit to write by value and return new value 2023-05-12 15:20:44 -07:00
commit.rs
commit_builder.rs
conflicts.rs conflicts: delete unused conflict_to_materialized_value() 2023-05-31 17:31:08 -07:00
content_hash.rs
dag_walk.rs dag_walk: simply pass callback function by value 2023-06-04 11:47:49 +09:00
default_index_store.rs cleanup: avoid some unnecessary uses of Cursor 2023-05-30 21:06:24 -07:00
default_revset_engine.rs index: pass only CompositeIndex to default_revset_engine::evaluate() 2023-05-29 08:15:40 +09:00
default_revset_graph_iterator.rs revset: minor fixes to documentation of graph iterator 2023-05-26 15:55:29 -07:00
diff.rs cargo: upgrade regex 1.7.3 to 1.8.1 2023-04-24 11:28:12 -07:00
file_util.rs
files.rs merge: make trivial_merge() return a reference 2023-05-31 06:28:01 -07:00
git.rs index: replace use of walk_revs() with revset API 2023-05-24 01:02:37 +09:00
git_backend.rs git_backend: on read_commit(), bulk-update extra metadata table of ancestors 2023-05-21 08:29:00 +09:00
gitignore.rs
hex_util.rs
id_prefix.rs revset: add iterator of (CommitId, ChangeId) pairs, use it in id_index 2023-05-24 01:02:37 +09:00
index.rs index: move Index::as_any() to MutableIndex, obtain CompositeIndex from there 2023-05-29 08:15:40 +09:00
lib.rs merge: add a generic function for resolving trivial N-way merges 2023-05-24 22:00:38 -07:00
local_backend.rs cleanup: consistently (?) put removed conflict terms before added ones 2023-05-25 04:24:26 -07:00
lock.rs cleanup: leverage scoped thread in tests 2023-05-21 21:02:58 +09:00
matchers.rs
merge.rs merge: make trivial_merge() return a reference 2023-05-31 06:28:01 -07:00
nightly_shims.rs
op_heads_store.rs dag_walk: simply pass callback function by value 2023-06-04 11:47:49 +09:00
op_store.rs cleanup: consistently (?) put removed conflict terms before added ones 2023-05-25 04:24:26 -07:00
operation.rs
refs.rs cleanup: consistently (?) put removed conflict terms before added ones 2023-05-25 04:24:26 -07:00
repo.rs index: move Index::as_any() to MutableIndex, obtain CompositeIndex from there 2023-05-29 08:15:40 +09:00
repo_path.rs Work around a couple of false positives for recent nightly clippy 2023-04-01 18:35:38 -07:00
revset.pest
revset.rs revset: use different errors for ambiguous commit/change IDs 2023-05-31 06:28:32 -07:00
rewrite.rs cleanup: consistently (?) put removed conflict terms before added ones 2023-05-25 04:24:26 -07:00
settings.rs cli: rename ui.default-revset to revsets.log 2023-05-11 23:41:24 -07:00
simple_op_heads_store.rs
simple_op_store.rs proto_op_store: Add two minor comments 2023-04-16 22:04:27 -07:00
stacked_table.rs cleanup: avoid some unnecessary uses of Cursor 2023-05-30 21:06:24 -07:00
store.rs backend: take commit to write by value and return new value 2023-05-12 15:20:44 -07:00
transaction.rs dag_walk: simply pass callback function by value 2023-06-04 11:47:49 +09:00
tree.rs merge: make trivial_merge() return a reference 2023-05-31 06:28:01 -07:00
tree_builder.rs tree_builder: populate base trees by recursion 2023-06-02 12:23:37 +09:00
view.rs
working_copy.rs working_copy: get conflict id from the current tree 2023-05-31 06:28:15 -07:00
workspace.rs