jj/lib/src
2024-02-01 16:59:44 +09:00
..
default_index index: on reinit(), delete all segment files to save disk space 2024-01-31 09:40:52 +09:00
lock
protos view: drop tracking of public heads 2024-01-13 22:23:57 -08:00
backend.rs backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
commit.rs
commit_builder.rs
conflicts.rs
content_hash.rs
dag_walk.rs
default_submodule_store.rs
diff.rs
file_util.rs op_store: implement GC of unreachble operations and views 2024-01-09 10:37:03 +09:00
files.rs
fmt_util.rs
fsmonitor.rs
git.rs git: simplify import_head() as it doesn't have to process multiple head commits 2024-01-27 00:01:59 +09:00
git_backend.rs git_backend: on gc(), remove unreachable no-gc refs and compact them 2024-01-27 10:18:11 +09:00
gitignore.rs
hex_util.rs
id_prefix.rs
index.rs index: add all_heads_for_gc() that iterates heads of all indexed commits 2024-01-17 23:07:14 +09:00
lib.rs default_index: adopt revset engine and graph iterator modules 2024-01-07 05:37:47 -08:00
local_backend.rs backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
local_working_copy.rs workspace: combine working copy functions into a trait 2024-01-25 11:46:07 -08:00
lock.rs
matchers.rs
merge.rs
merged_tree.rs
object_id.rs
op_heads_store.rs backends: implement as_any() on OpStore and OpHeadsStore too 2024-01-31 00:15:29 -08:00
op_store.rs backends: implement as_any() on OpStore and OpHeadsStore too 2024-01-31 00:15:29 -08:00
op_walk.rs op_walk: assert that virtual root op is not reparented 2024-01-16 21:46:54 +09:00
operation.rs operation: remove operation::View wrapper in favor of view::View 2024-01-12 08:01:02 +09:00
refs.rs
repo.rs repo: mark inner error of EditCommitError as source 2024-02-01 16:59:44 +09:00
repo_path.rs
revset.pest
revset.rs revset: add count_estimate() to Revset trait 2024-01-22 15:07:00 -08:00
revset_graph.rs clippy: Fix nightly warnings about "useless use of vec!" 2024-01-25 22:00:26 -08:00
rewrite.rs rewrite: remove return value from rebase_next() 2024-01-30 23:27:48 -08:00
settings.rs
signing.rs
simple_op_heads_store.rs backends: implement as_any() on OpStore and OpHeadsStore too 2024-01-31 00:15:29 -08:00
simple_op_store.rs backends: implement as_any() on OpStore and OpHeadsStore too 2024-01-31 00:15:29 -08:00
stacked_table.rs
store.rs backend: pass Index and keep_newer timestamp parameters to gc() 2024-01-27 10:18:11 +09:00
str_util.rs
submodule_store.rs
transaction.rs
tree.rs
tree_builder.rs
view.rs view: drop tracking of public heads 2024-01-13 22:23:57 -08:00
working_copy.rs workspace: combine working copy functions into a trait 2024-01-25 11:46:07 -08:00
workspace.rs workspace: support creating shares of custom workspaces 2024-01-25 11:46:07 -08:00