gitconfig: Relax useAutoBase.

It can be useful to produce patches from older commits, for example to share
commits from the keyring branch between the main Guix repository and
guix-maintenance. The previous 'true' value prevented that with a fatal error
message.

* etc/git/gitconfig [format] <useAutoBase>: Set to whenAble.

Change-Id: Ib32407dd3695dcadcb16855b1b87147fabc2aca7
This commit is contained in:
Maxim Cournoyer 2025-07-31 12:50:11 +09:00
parent a21e9ffd00
commit 958bc01404
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7,7 +7,7 @@
[format]
forceinbodyfrom = true # help preserve commit authorship
thread = shallow
useAutoBase = true
useAutoBase = whenAble
[pull]
rebase = true