jj/cli
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
..
examples cargo: move examples/ into cli/ so they are part of the build again 2023-08-07 21:49:45 +00:00
src commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
testing
tests commits: use empty strings instead of placeholders for missing name or email 2023-08-18 17:22:59 -05:00
build.rs
Cargo.toml