ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Yuya Nishihara f2096da2d6 repo_path: add stub type to introduce borrowed RepoPathComponent type
The current RepoPathComponent will be renamed to RepoPathComponentBuf, and
new str wrapper will be added as RepoPathComponent.
2023-11-26 18:21:40 +09:00
..
lock perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
protos working_copy: don't build intermediate HashMap from proto file states 2023-11-20 08:29:33 +09:00
backend.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
commit.rs templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07:00
commit_builder.rs sign: Implement storage for digital commit signatures 2023-11-12 03:37:13 +02: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_index_store.rs cleanup: don't use debug format to print source errors 2023-11-23 10:05:37 +09:00
default_revset_engine.rs templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07:00
default_revset_graph_iterator.rs revset_graph: remove unneeded Vec<IndexGraphEdge> cloning 2023-08-04 06:19:22 +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 docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03: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 fsmonitor: exclude .git and .jj directories from changed files 2023-11-23 18:48:14 +09:00
git.rs revset: make evaluate_programmatic() optimize expression 2023-11-24 21:13:58 -10:00
git_backend.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
gitignore.rs Fix .gitignore handling of ignored directories 2023-08-22 22:08:32 -07:00
hex_util.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
id_prefix.rs revset: resolve "@" symbol's workspace id earlier (while parsing) 2023-08-20 17:57:18 -07:00
index.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
lib.rs str_util: extract StringPattern from revset module 2023-10-21 09:55:01 +09:00
local_backend.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
local_working_copy.rs repo_path: remove RepoPathJoin trait, just implement join() on the type 2023-11-26 07:14:47 +09:00
lock.rs docs: warn about missing docs for jj-lib crate 2023-07-10 18:28:59 +03:00
matchers.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
merge.rs merge: relax input type of Merge::from_removes_adds() 2023-11-07 17:10:12 +09:00
merged_tree.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
op_heads_store.rs operation: propagate OpStoreError from parents() 2023-11-14 07:16:39 +09:00
op_store.rs op_store: embed details in operation/view not found error 2023-11-11 22:35:40 +09:00
operation.rs operation: propagate OpStoreError from parents() 2023-11-14 07:16:39 +09:00
refs.rs merge: add Merge constructor that accepts interleaved values 2023-11-07 17:10:12 +09:00
repo.rs revset: add a RevsetExpression::evaluate_programmatic() 2023-11-24 21:13:58 -10:00
repo_path.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +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 revset: make evaluate_programmatic() optimize expression 2023-11-24 21:13:58 -10:00
revset_graph.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
rewrite.rs rewrite: fix check for newly-empty commit in optimized path 2023-11-26 14:42:17 +09:00
settings.rs git: add config to disable abandoning of unreachable commits 2023-11-05 06:10:54 -08:00
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: embed details in operation/view not found error 2023-11-11 22:35:40 +09:00
stacked_table.rs misc: drop a few low-hanging unsafes 2023-11-08 02:16:08 +02:00
store.rs sign: Implement generic commit signing on the backend 2023-11-23 22:52:20 +02: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 operation: propagate OpStoreError from parents() 2023-11-14 07:16:39 +09:00
tree.rs repo_path: add stub type to introduce borrowed RepoPathComponent type 2023-11-26 18:21:40 +09:00
tree_builder.rs tree_builder: remove unnecessary has_overrides() method 2023-08-26 07:02:04 -07:00
view.rs cli: add string pattern support to "git push --branch" 2023-10-26 04:51:17 +09:00
working_copy.rs cleanup: don't use debug format to print source errors 2023-11-23 10:05:37 +09:00
workspace.rs git_backend: pass UserSettings to GitBackend constructors 2023-11-11 22:35:54 +09:00