.. |
default_index
|
rust: bump MSRV to 1.76.0
|
2024-02-09 15:48:01 -06:00 |
lock
|
perf: add several #[instrument] s
|
2023-07-28 09:28:01 -07:00 |
protos
|
view: drop tracking of public heads
|
2024-01-13 22:23:57 -08:00 |
backend.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
commit.rs
|
sign: Define signing backend API and integrate it
|
2023-11-30 23:36:56 +02:00 |
commit_builder.rs
|
Make CommitBuilder constructors private to the library crate
|
2023-12-24 19:25:16 -08:00 |
conflicts.rs
|
cli: pass MaterializedTreeValue into git_diff_part()
|
2023-11-10 04:54:47 -08:00 |
content_hash.rs
|
content_hash: make public
|
2023-09-18 07:53:19 -07: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 |
file_util.rs
|
cli: Refactor workspace root directory creation
|
2024-02-03 14:15:05 +00:00 |
files.rs
|
merge: relax input type of Merge::from_removes_adds()
|
2023-11-07 17:10:12 +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
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
git.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
git_backend.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
gitignore.rs
|
Fix .gitignore handling of ignored directories
|
2023-08-22 22:08:32 -07:00 |
hex_util.rs
|
hex_util: move common_hex_len() from backend module
|
2024-01-05 10:20:57 +09:00 |
id_prefix.rs
|
object_id: make ObjectId constructors non-trait methods
|
2024-01-05 23:36:57 +09:00 |
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
|
working copy: materialize symlinks on Windows as regular files
|
2024-02-09 09:20:24 -08:00 |
lock.rs
|
lock: remove byteorder dependency from tests, use fs helper functions
|
2023-12-23 00:14:17 +09:00 |
matchers.rs
|
matchers: clean up .walk_to(dir) to yield &RepoPath instead of iterator
|
2023-11-29 08:41:23 +09:00 |
merge.rs
|
merge: add as_normal(), taken from RefTarget
|
2024-02-09 09:20:24 -08:00 |
merged_tree.rs
|
merged_tree: remove canceling terms prior to resolving file-level conflict
|
2023-12-03 07:44:58 +09:00 |
object_id.rs
|
object_id: don't allow ObjectId::from_hex() a dynamically allocated string
|
2024-01-06 00:26:36 +09:00 |
op_heads_store.rs
|
backends: implement as_any() on OpStore and OpHeadsStore too
|
2024-01-31 00:15:29 -08:00 |
op_store.rs
|
merge: add as_normal(), taken from RefTarget
|
2024-02-09 09:20:24 -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
|
lib refs.rs: rename TrackingRefPair to LocalAndRemoteRef
|
2024-02-07 17:06:28 -08:00 |
repo.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
repo_path.rs
|
working_copy: add file states wrapper that provides map-like API
|
2023-11-30 12:09:31 +09:00 |
revset.pest
|
revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()"
|
2023-09-05 10:40:04 +09:00 |
revset.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
revset_graph.rs
|
clippy : Fix nightly warnings about "useless use of vec!"
|
2024-01-25 22:00:26 -08:00 |
rewrite.rs
|
rewrite.rs: revert commits cfcc7c5e and becbc889
|
2024-02-03 15:56:44 -08:00 |
settings.rs
|
object_id: make ObjectId constructors non-trait methods
|
2024-01-05 23:36:57 +09:00 |
signing.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09: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
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
stacked_table.rs
|
index, stacked_table: inline read_u32::<LittleEndian>()
|
2023-12-23 00:14:17 +09:00 |
store.rs
|
backend: pass Index and keep_newer timestamp parameters to gc()
|
2024-01-27 10:18:11 +09:00 |
str_util.rs
|
cli: parse "git fetch --branch" parameter as string pattern
|
2023-10-25 03:58:48 +09:00 |
submodule_store.rs
|
docs: warn about missing docs for jj-lib crate
|
2023-07-10 18:28:59 +03:00 |
transaction.rs
|
op heads: remove promote_new_op()
|
2023-12-28 09:17:42 -08:00 |
tree.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |
tree_builder.rs
|
rust: bump MSRV to 1.76.0
|
2024-02-09 15:48:01 -06:00 |
view.rs
|
lib refs.rs: rename TrackingRefPair to LocalAndRemoteRef
|
2024-02-07 17:06:28 -08:00 |
working_copy.rs
|
working copy: materialize symlinks on Windows as regular files
|
2024-02-09 09:20:24 -08:00 |
workspace.rs
|
cleanup: remove remaining ": {source}" from error message templates
|
2024-02-04 09:13:21 +09:00 |