jj/src
David Barnett 99cb0ba7c5 Implement "config set" subcommand
Uses toml_edit to support simple config edits like:
  jj config set --repo user.email "somebody@example.com"
2023-02-28 18:18:02 -08:00
..
commands Implement "config set" subcommand 2023-02-28 18:18:02 -08:00
config templater: Allow separate styling for change and commit ids 2023-02-21 22:50:27 -08:00
cleanup_guard.rs
cli_util.rs Implement "config set" subcommand 2023-02-28 18:18:02 -08:00
commit_templater.rs templater: Upper and lowercase ids and strings 2023-02-21 22:50:27 -08:00
config-schema.json templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
config.rs
diff_util.rs
formatter.rs
graphlog.rs
lib.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
main.rs
merge_tools.rs
operation_templater.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
progress.rs
template.pest
template_parser.rs templater: Upper and lowercase ids and strings 2023-02-21 22:50:27 -08:00
templater.rs templater: add TimestampRange type, migrate operation time to it 2023-02-20 18:20:41 +09:00
time_util.rs
ui.rs