.. |
default_index
|
revset: implement a 'reachable(src, domain)' expression
|
2024-05-21 10:52:31 -04:00 |
lock
|
perf: add several #[instrument] s
|
2023-07-28 09:28:01 -07:00 |
protos
|
protos: cargo update prost prost-builder and regenerate protobufs
|
2024-04-05 16:56:20 -07:00 |
backend.rs
|
git_backend: classify "merge with root" as user error
|
2024-03-30 11:14:25 +09:00 |
commit.rs
|
cleanup: propagate errors from Commit::predecessors()
|
2024-05-13 07:39:14 -07:00 |
commit_builder.rs
|
clippy: disable bogus lints for nightly clippy
|
2024-04-05 11:39:29 -05:00 |
conflicts.rs
|
conflicts: indicate executable conflict in git-format diff
|
2024-05-22 06:46:58 -07:00 |
content_hash.rs
|
Nightly clippy fixes
|
2024-03-02 18:19:14 -08:00 |
dag_walk.rs
|
dag_walk: add fallible topo_order_reverse_lazy()
|
2023-11-14 07:16:39 +09:00 |
default_submodule_store.rs
|
backends: deduplicate definition of backend names
|
2023-10-14 06:38:35 -07:00 |
diff.rs
|
refactor(jj-lib): remove nightly_shims gunk
|
2023-07-17 18:38:26 -05:00 |
dsl_util.rs
|
dsl_util: introduce visitor-based generic alias substitution
|
2024-05-26 11:21:45 +09:00 |
extensions_map.rs
|
extensions_map: create a type-safe container for arbitrary objects
|
2024-03-12 16:52:49 -04:00 |
file_util.rs
|
working_copy: implement symlinks on windows with a helper function
|
2024-03-05 15:16:38 +08:00 |
files.rs
|
clippy: remove some unused code beta clippy/rustc compain about
|
2024-03-19 18:33:29 -07:00 |
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
|
fileset, templater: extract basic AST node types
|
2024-05-23 10:18:36 +09:00 |
fmt_util.rs
|
settings: support human-readable byte sizes for max-new-file-size
|
2023-08-17 19:29:38 -07:00 |
fsmonitor.rs
|
New jj debug watchman status command
|
2024-04-11 10:55:59 -07:00 |
git.rs
|
git: Only reset Git index if non-empty
|
2024-05-27 11:35:13 +10: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
|
gitignore: make objects chain be more Arc friendly
|
2024-02-24 15:55:10 +09:00 |
gpg_signing.rs
|
gpg: drop redundant "exit status" from error message
|
2024-05-13 08:30:00 -07:00 |
hex_util.rs
|
hex_utils: fix typo found by clippy
|
2024-03-25 21:23:09 -07:00 |
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
|
union_find: implement a library for the Union-Find algorithm
|
2024-05-21 10:52:31 -04:00 |
local_backend.rs
|
cleanup: consistently use BackendResult
|
2024-05-07 19:35:03 -07:00 |
local_working_copy.rs
|
conflicts: indicate executable conflict in git-format diff
|
2024-05-22 06:46:58 -07:00 |
lock.rs
|
lock: remove byteorder dependency from tests, use fs helper functions
|
2023-12-23 00:14:17 +09:00 |
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
|
Add documentation comments for several types
|
2024-03-02 15:01:55 -05:00 |
op_heads_store.rs
|
backend: allow cheap copy of MillisSinceEpoch(i64)
|
2024-02-25 09:00:56 +09:00 |
op_store.rs
|
Replace uses of content_hash! with #[derive(ContentHash)]
|
2024-02-20 14:18:13 -05:00 |
op_walk.rs
|
operation: add shorthand for .store_operation().metadata
|
2024-02-25 09:00:56 +09:00 |
operation.rs
|
Add documentation comments for operation, transaction, and view types
|
2024-03-02 15:35:41 -05:00 |
refs.rs
|
lib refs.rs: rename TrackingRefPair to LocalAndRemoteRef
|
2024-02-07 17:06:28 -08:00 |
repo.rs
|
merge_view: remove heads removed by other side also in Google repos
|
2024-05-16 06:09:59 -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
|
fileset, revset, templater: add support for single-quoted raw string literals
|
2024-04-25 11:14:33 +09:00 |
revset.rs
|
fileset: replace FilesetParseContext by RepoPathUiConverter
|
2024-05-28 21:36:40 -07:00 |
revset_graph.rs
|
clippy : Fix nightly warnings about "useless use of vec!"
|
2024-01-25 22:00:26 -08:00 |
revset_parser.rs
|
revset: extract generic dsl_util::AliasesMap<P> type
|
2024-05-20 10:32:18 +09:00 |
rewrite.rs
|
rewrite: minor simplification of rebase_with_empty_behavior()
|
2024-05-27 06:22:12 -07:00 |
settings.rs
|
cli: move revsets.log default to config file
|
2024-05-05 09:08:14 -07:00 |
signing.rs
|
sign: Implement SSH signing backend
|
2024-02-20 00:02:08 +00:00 |
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
|
Nightly clippy fixes
|
2024-03-02 18:19:14 -08:00 |
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
|
docs: warn about missing docs for jj-lib crate
|
2023-07-10 18:28:59 +03:00 |
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 |