This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 958bc01404 gitconfig: Relax useAutoBase.
958bc01404 is described below
commit 958bc01404cc6213c30cdbad253fa82b55daeec2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Jul 31 12:50:11 2025 +0900
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
---
etc/git/gitconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/git/gitconfig b/etc/git/gitconfig
index 9c7827ced2..4dc2f69606 100644
--- a/etc/git/gitconfig
+++ b/etc/git/gitconfig
@@ -7,7 +7,7 @@
[format]
forceinbodyfrom = true # help preserve commit authorship
thread = shallow
- useAutoBase = true
+ useAutoBase = whenAble
[pull]
rebase = true