mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a21e9ffd00
commit
958bc01404
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
[format]
|
||||
forceinbodyfrom = true # help preserve commit authorship
|
||||
thread = shallow
|
||||
useAutoBase = true
|
||||
useAutoBase = whenAble
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue