..
default_index
revset_graph: rename to graph
and make generic over graph node type
2024-05-31 02:39:34 +08:00
lock
protos
working_copy: Add is_file_states_sorted
to tree state proto
2024-05-31 22:28:35 +10:00
backend.rs
backend: add error variant for access denied, handle when diffing
2024-05-30 18:27:38 -07:00
commit.rs
repo: consider empty and undescribed merge commits as discardable
2024-05-29 06:54:30 -07:00
commit_builder.rs
clippy: disable bogus lints for nightly clippy
2024-04-05 11:39:29 -05:00
conflicts.rs
backend: add error variant for access denied, handle when diffing
2024-05-30 18:27:38 -07:00
content_hash.rs
dag_walk.rs
default_submodule_store.rs
diff.rs
dsl_util.rs
revset: split AST-level parsing and expression lowering stages
2024-06-02 10:28:54 +09:00
extensions_map.rs
file_util.rs
files.rs
fileset.pest
fileset, revset, templater: add support for single-quoted raw string literals
2024-04-25 11:14:33 +09:00
fileset.rs
fileset: replace FilesetParseContext
by RepoPathUiConverter
2024-05-28 21:36:40 -07:00
fileset_parser.rs
dsl_util: add keyword arguments and parsing helper to FunctionCallNode
2024-05-29 22:36:15 +09:00
fmt_util.rs
fsmonitor.rs
New jj debug watchman status
command
2024-04-11 10:55:59 -07:00
git.rs
git: unset unborn HEAD ref on export
2024-06-01 11:01:16 +09:00
git_backend.rs
git_backend: forcibly invalidate in-memory packed-refs cache on gc()
2024-05-24 10:09:44 +09:00
gitignore.rs
gpg_signing.rs
gpg: drop redundant "exit status" from error message
2024-05-13 08:30:00 -07:00
graph.rs
revset_graph: rename to graph
and make generic over graph node type
2024-05-31 02:39:34 +08:00
hex_util.rs
id_prefix.rs
revset: add a SymbolResolverExtension trait to provide custom resolvers
2024-04-26 10:55:34 -04:00
index.rs
index_store: add more scope to write_index()
2024-05-10 09:22:09 -04:00
lib.rs
backend: add error variant for access denied, handle when diffing
2024-05-30 18:27:38 -07:00
local_backend.rs
cleanup: consistently use BackendResult
2024-05-07 19:35:03 -07:00
local_working_copy.rs
working_copy: Add is_file_states_sorted
to tree state proto
2024-05-31 22:28:35 +10:00
lock.rs
matchers.rs
matchers: add matcher for glob patterns
2024-04-18 11:09:54 +09:00
merge.rs
local_working_copy: when all sides of a conflict are executable, materialise the conflicted file as executable
2024-05-21 14:37:17 +08:00
merged_tree.rs
conflicts: always write tree-level conflicts from MergedTreeBuilder
2024-05-27 06:25:27 -07:00
object_id.rs
op_heads_store.rs
op_store.rs
op_walk.rs
operation.rs
refs.rs
repo.rs
backend: add error variant for access denied, handle when diffing
2024-05-30 18:27:38 -07:00
repo_path.rs
repo_path: add type for formatting and parsing RepoPath
, use in CLI
2024-05-28 21:36:40 -07:00
revset.pest
revset: insert named "function" rules
2024-06-04 09:56:21 +09:00
revset.rs
revset: represent program modifier as AST node
2024-06-08 12:48:46 +09:00
revset_parser.rs
revset: represent program modifier as AST node
2024-06-08 12:48:46 +09:00
rewrite.rs
cli: add jj fix
proof of concept
2024-06-04 14:28:21 -05:00
secret_backend.rs
backend: add error variant for access denied, handle when diffing
2024-05-30 18:27:38 -07:00
settings.rs
cli: move revsets.log
default to config file
2024-05-05 09:08:14 -07:00
signing.rs
simple_op_heads_store.rs
simple_op_store.rs
ssh_signing.rs
signing: remove redundant "exit status" from SSH backend error
2024-05-14 10:24:28 +09:00
stacked_table.rs
clippy: disable bogus lints for nightly clippy
2024-04-05 11:39:29 -05:00
store.rs
conflicts: consider the empty tree a non-legacy tree
2024-05-27 06:25:27 -07:00
str_util.rs
cli: render string pattern suggestion as a hint
2024-03-30 23:53:17 +09:00
submodule_store.rs
transaction.rs
index_store: add more scope to write_index()
2024-05-10 09:22:09 -04:00
tree.rs
tree: take sub_tree_recursive() argument as &RepoPath
2024-05-23 10:14:48 +09:00
tree_builder.rs
tree_builder: propagate errors from write_tree()
2024-05-22 06:46:38 -07:00
union_find.rs
union_find: implement a library for the Union-Find algorithm
2024-05-21 10:52:31 -04:00
view.rs
Implement advance-branches for jj commit
2024-04-20 10:26:04 -04:00
working_copy.rs
working_copy: allow load_working_copy()
to return error
2024-04-19 15:22:37 -07:00
workspace.rs
working_copy: allow load_working_copy()
to return error
2024-04-19 15:22:37 -07:00