jj/lib/src
Yuya Nishihara 5543f7a11c refs: merge tracking state of remote branches
Otherwise "jj op undo" can't roll back tracking states (whereas "op restore"
can.)
2023-10-24 07:13:58 +09:00
..
lock
protos op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
backend.rs backend: make read functions async 2023-10-08 23:36:49 -07:00
commit.rs
commit_builder.rs
conflicts.rs conflicts: make materialization async 2023-10-20 07:38:34 -07:00
content_hash.rs
dag_walk.rs
default_index_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
default_revset_engine.rs
default_revset_graph_iterator.rs
default_submodule_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
diff.rs
file_util.rs
files.rs
fmt_util.rs
fsmonitor.rs
git.rs view: make local/remote branches iterator yield RemoteRef instead of RefTarget 2023-10-17 15:06:03 +09:00
git_backend.rs git: use forward slashes in relative path to backing git repo 2023-10-20 22:51:14 -05:00
gitignore.rs
hex_util.rs
id_prefix.rs
index.rs
lib.rs str_util: extract StringPattern from revset module 2023-10-21 09:55:01 +09:00
local_backend.rs cleanup: import futures::exectutor::block_on() instead of qualifying 2023-10-20 07:38:34 -07:00
local_working_copy.rs conflicts: make materialization async 2023-10-20 07:38:34 -07:00
lock.rs
matchers.rs
merge.rs merge: implement Default and Extend on MergeBuilder 2023-10-08 23:36:49 -07:00
merged_tree.rs cleanup: import futures::exectutor::block_on() instead of qualifying 2023-10-20 07:38:34 -07:00
op_heads_store.rs
op_store.rs git: on push, update jj's view of remote branches without using import_refs() 2023-10-17 15:06:03 +09:00
operation.rs
refs.rs refs: merge tracking state of remote branches 2023-10-24 07:13:58 +09:00
repo.rs refs: merge tracking state of remote branches 2023-10-24 07:13:58 +09:00
repo_path.rs
revset.pest
revset.rs view: add methods that filter local/remote branches by pattern 2023-10-22 04:07:49 +09:00
revset_graph.rs
rewrite.rs
settings.rs
simple_op_heads_store.rs backends: deduplicate definition of backend names 2023-10-14 06:38:35 -07:00
simple_op_store.rs op_store: minimal change to load/store tracking state of remote branches 2023-10-16 23:21:05 +09:00
stacked_table.rs
store.rs cleanup: import futures::exectutor::block_on() instead of qualifying 2023-10-20 07:38:34 -07:00
str_util.rs str_util: add more StringPattern methods for convenience 2023-10-22 04:07:49 +09:00
submodule_store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs refs: add helper function to iterate local/remote ref pairs 2023-10-24 07:13:58 +09:00
working_copy.rs working copy: pass commit instead of tree into check_out() 2023-10-16 22:33:44 -07:00
workspace.rs workspace: make working-copy type customizable 2023-10-16 22:33:44 -07:00