jj/lib/src
Emily Fox 3f8ac2198d commits: use empty strings instead of placeholders for missing name or email
This commit replaces the functions `UserSettings::user_name_placeholder()`` and
`UserSettings::user_email_placeholder()` with `const` `&str`s to emphasize that
the placeholder strings must not be changed to support commits without
names or email addresses made before this change.
2023-08-18 17:22:59 -05:00
..
lock perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
protos simple_op_store: add deserialization support of new Conflict-based RefTarget 2023-07-27 15:32:48 +09:00
backend.rs conflicts: move Merge<T> to merge module 2023-08-06 22:08:09 +00:00
commit.rs index: import commits in chronological order 2023-08-15 15:03:45 +09:00
commit_builder.rs commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
conflicts.rs conflicts: combine loops for adds/removes in update_from_content() 2023-08-14 08:44:38 -07:00
content_hash.rs
dag_walk.rs dag_walk: add topological sort that runs Kahn's algorithm with heap queue 2023-08-15 15:03:45 +09:00
default_index_store.rs Fix build when bstr is also imported. 2023-08-15 22:47:56 +02:00
default_revset_engine.rs revset: insert StringPattern enum to add support for other kind of matching 2023-08-17 07:42:12 +09: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
diff.rs
file_util.rs
files.rs conflicts: move Merge<T> to merge module 2023-08-06 22:08:09 +00: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 perf: add several #[instrument]s 2023-07-28 09:28:01 -07:00
git.rs index: import commits in chronological order 2023-08-15 15:03:45 +09:00
git_backend.rs git: teach backend to handle empty name and email strings 2023-08-18 17:22:59 -05:00
gitignore.rs cleanup: use fs:read() instead of File::open().read_to_end() 2023-08-13 14:04:59 +00:00
hex_util.rs
id_prefix.rs
index.rs
lib.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
local_backend.rs cleanup: use fs:read() instead of File::open().read_to_end() 2023-08-13 14:04:59 +00:00
lock.rs
matchers.rs working_copy: traverse filesystem in parallel 2023-08-03 18:20:49 +00:00
merge.rs merge: implement Iterator and FromIterator 2023-08-14 08:44:38 -07:00
merged_tree.rs merged_tree: add path_value() 2023-08-15 07:56:55 -07:00
op_heads_store.rs
op_store.rs merge: add absent() and normal() to Merge<Option<T>> 2023-08-09 21:58:15 +00:00
operation.rs Fix cargo +nightly clippy warnings 2023-07-28 22:19:52 -07:00
refs.rs refs: rename RefTarget::as_conflict() to as_merge() 2023-08-07 08:05:57 +09:00
repo.rs index: import commits in chronological order 2023-08-15 15:03:45 +09:00
repo_path.rs
revset.pest revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
revset.rs revset: remove unused MineWithoutUserName error variant 2023-08-17 07:49:24 +09:00
revset_graph.rs revsets: allow :: as synonym for : 2023-07-28 22:30:40 -07:00
rewrite.rs perf: add #[instrument] to all cmd_* functions 2023-07-28 09:28:01 -07:00
settings.rs commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
simple_op_heads_store.rs op_store: make ViewId and OperationId implement ObjectId 2023-07-26 14:17:21 -07:00
simple_op_store.rs refs: rename RefTarget::as_conflict() to as_merge() 2023-08-07 08:05:57 +09:00
stacked_table.rs
store.rs conflicts: move Merge<T> to merge module 2023-08-06 22:08:09 +00:00
submodule_store.rs
transaction.rs
tree.rs tree: inline simplify_conflict() 2023-08-11 21:11:25 +00:00
tree_builder.rs
view.rs
working_copy.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
workspace.rs cleanup: use fs:read() instead of File::open().read_to_end() 2023-08-13 14:04:59 +00:00