jj/src
Yuya Nishihara 8163b87a54 templater: store repo in CommitOrChangeId struct
This one was the outlier, and I think propagating 'repo' by context variable
is more correct.
2023-01-24 01:46:41 +09:00
..
commands templater: display both name and email by author/committer keywords 2023-01-23 15:23:26 +09:00
config config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
cleanup_guard.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
cli_util.rs templater: inline TemplateFormatter into write_commit_summary() 2023-01-23 15:23:26 +09:00
config.rs config: allow configuration of git remotes for fetch and push operations 2023-01-17 19:04:11 +01:00
diff_util.rs formatter: remove write_bytes() method 2023-01-22 17:45:12 -08:00
formatter.rs cli: also sanitize non-colored output printed to a terminal 2023-01-22 17:45:12 -08:00
graphlog.rs cargo: replace dependency on Sapling's dag by renderdag 2023-01-22 00:03:48 -08:00
lib.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
main.rs refactor: return ExitCode from CliRunner::run() 2023-01-20 06:42:08 +01:00
merge_tools.rs style: use #[error(transparent)] instead of #[error("{0}")] 2023-01-17 20:39:39 +01:00
progress.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
template.pest copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
template_parser.rs templater: store repo in CommitOrChangeId struct 2023-01-24 01:46:41 +09:00
templater.rs templater: store repo in CommitOrChangeId struct 2023-01-24 01:46:41 +09:00
time_util.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs cli: also sanitize non-colored output printed to a terminal 2023-01-22 17:45:12 -08:00