jj/cli/src/config
Yuya Nishihara be9df566f3 cli: don't use format_*() in annotate template, truncate author, omit commit id
The problem is that author names are variable-length by nature, and format_*()
can be customized in that way. Commit ids are redundant in most cases where
commits aren't diverged.

We could add some format_short_fixed_length_*() hook points, but it would
probably be easier to just customize the annotation template at all.
2024-11-05 14:49:57 +09:00
..
colors.toml formatter & colors.toml: replace op_log color label with operation 2024-10-15 19:30:19 -07:00
merge_tools.toml merge_tools.toml: add VSCodium as a merge tool 2024-08-19 22:37:00 -07:00
misc.toml diff: Allow setting the default level of context in config. 2024-10-25 17:56:56 +01:00
README.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
revsets.toml cli: warn if trunk() alias cannot be resolved, fall back to none() 2024-10-11 09:37:47 +09:00
templates.toml cli: don't use format_*() in annotate template, truncate author, omit commit id 2024-11-05 14:49:57 +09:00
unix.toml configs: use Notepad as default editor on Windows 2023-08-10 17:09:07 +00:00
windows.toml fix: use correct program for merge-editor = "vscode" on Windows 2024-10-12 14:44:33 -07:00

These files are compiled into the binary; they are not installed to the user's system.