mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 09:11:55 +00:00
docs: remove erroneous home directory prefix from per-repo config path
This commit is contained in:
parent
d31f5c79ce
commit
a3973cc53f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ impl ConfigArgs {
|
|||
/// Operates on jj configuration, which comes from the config file and
|
||||
/// environment variables. Uses the config file at ~/.jjconfig.toml or
|
||||
/// $XDG_CONFIG_HOME/jj/config.toml, unless overridden with the JJ_CONFIG
|
||||
/// environment variable, combined with repo config at ~/.jj/repo/config.toml
|
||||
/// environment variable, combined with repo config at .jj/repo/config.toml
|
||||
/// if present.
|
||||
///
|
||||
/// For supported config options and more details about jj config, see
|
||||
|
|
Loading…
Reference in a new issue