jj/src
2023-01-16 22:15:55 +01:00
..
config Fix issues with bright color themes 2023-01-15 22:00:53 -08:00
cleanup_guard.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
cli_util.rs cli: replace short_commit_description() with commit summary template 2023-01-16 11:53:35 +09:00
commands.rs Change the AsciiGraphDrawer interface form &[u8] to &str 2023-01-16 22:15:55 +01:00
config-schema.json Define config TOML/JSON schema 2023-01-02 20:26:28 -06:00
config.rs Add a config edit command to open jj config in editor 2023-01-12 01:10:07 -06:00
diff_util.rs formatter: rename {add,remove}_label to {push,pop}_label 2023-01-13 21:47:50 -08:00
formatter.rs formatter: reset color around newlines 2023-01-13 21:47:50 -08:00
graphlog.rs Change the AsciiGraphDrawer interface form &[u8] to &str 2023-01-16 22:15:55 +01:00
lib.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
main.rs cli: port custom command dispatch to CliRunner 2023-01-04 15:48:38 +09:00
merge_tools.rs run_merge_tool, edit_diff: Print command args with -v instead of errors 2023-01-12 23:07:59 -08: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 refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
templater.rs template: add "empty" template item 2023-01-14 16:00:42 +01:00
time_util.rs refactor: separate timestamp related utilities in time_util module 2023-01-14 16:07:09 +01:00
ui.rs cli: migrate ui.write_error() to writeln!() 2023-01-12 17:32:18 +09:00