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
gen-protos
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