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 style: move unix-specific imports into unix section 2023-02-06 13:16:30 +01:00
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 config: extract default log template to config/templates.toml 2023-02-15 00:23:48 +09:00
diff_util.rs repo: replace RepoRef by Repo trait 2023-02-15 19:15:17 -08:00
formatter.rs formatter: rename underlined color config to underline 2023-01-31 08:14:27 -08:00
graphlog.rs
lib.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
main.rs
merge_tools.rs allow passing environment variables to external tools 2023-02-12 07:23:29 -08:00
operation_templater.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
progress.rs
template.pest templater: add table of alias (decl, defn) rules 2023-02-14 10:06:28 +09:00
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 cli: remove attempt to detect EPIPE caused by bad pager configuration 2023-02-15 15:36:23 +09:00