jj/src
Martin von Zweigbergk ea5aa0a96d cleanup: replace some PathBuf args by &Path
In many of these places, we don't need an owned value, so using a
reference means we don't force the caller to clone the value. I really
doubt it will have any noticeable impact on performance (I think these
are all once-per-repo paths); it's just a little simpler this way.
2022-09-25 09:40:42 -07:00
..
cli_util.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
commands.rs cleanup: replace some PathBuf args by &Path 2022-09-25 09:40:42 -07:00
config.rs
diff_edit.rs
formatter.rs cli: rename checkout to working_copy in template 2022-09-18 16:19:58 -07:00
graphlog.rs
lib.rs cli: extract new cli_util module 2022-09-24 07:28:10 -07:00
main.rs cli: extract a function for creating a default Ui 2022-09-24 07:28:10 -07:00
template.pest
template_parser.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
templater.rs cleanup: rename checkout to wc_commit 2022-09-18 16:19:58 -07:00
ui.rs cli: don't show open commits in green when open commits are disabled 2022-09-17 22:52:20 -07:00