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
Configure git to use branch.autosetupmerge: simple.
git config --global branch.autosetupmerge simple
Try to run ./format:
$ ./format
fatal: bad boolean config value 'simple' for 'branch.autosetupmerge'
fatal: bad boolean config value 'simple' for 'branch.autosetupmerge'
<stdin>:1:1:
|
1 | <empty line>
| ^
unexpected end of input
expecting expression
Are you following the right branch?
Is there an existing issue for this?
Issue description
Configure git to use
branch.autosetupmerge
:simple
.Try to run
./format
:This is due to format installs git and pins to a 2 year old commit https://github.com/NixOS/nixpkgs/archive/6616de389ed55fba6eeba60377fc04732d5a207c.tar.gz. This version includes a git that does not support those configuration options.
Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: