ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
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
..
benches cargo: rename crates from jujutsu/jujutsu-lib to jj-cli/jj-lib 2023-07-09 06:40:43 +02:00
gen-protos cargo: unify a lot of crate metadata in the workspace 2023-08-06 16:44:33 -05:00
src commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
tests commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
testutils tests: validate snapshot.max-new-file-size behavior 2023-08-17 19:29:38 -07:00
Cargo.toml settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00