You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config error: Value not found for user.name
For help, see https://jj-vcs.github.io/jj/latest/config/.
I had to manually edit the file to revert the change to a regular TOML table. (I wanted to create a single command or alias which uses a single jj command to be able to set my per-repo user, as a workaround for #5280)
Specifications
Platform: macOS 15.2
Version: jj 0.25.0
The text was updated successfully, but these errors were encountered:
Description
Using a toml inline table for local repo user configuration creates a broken configuration file.
Steps to Reproduce the Problem
jj config set --repo user '{ name = "Some One", email = "[email protected]" }'
jj
command.Expected Behavior
The
jj
command should work, and the configured inline user table should work.jj/repo/config.toml
Actual Behavior
I had to manually edit the file to revert the change to a regular TOML table. (I wanted to create a single command or alias which uses a single
jj
command to be able to set my per-repo user, as a workaround for #5280)Specifications
The text was updated successfully, but these errors were encountered: