bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63261: Recent changes to git config cause errors for non-committers


From: Brian Cully
Subject: bug#63261: Recent changes to git config cause errors for non-committers
Date: Thu, 04 May 2023 06:47:32 -0400
User-agent: mu4e 1.10.2; emacs 28.2


I've run into two issues with the recent changes to git config integration:

1) All commits must now be signed, even if you're not a committer. This breaks just tons of things, including rebasing. I'm not sure how to fix this without just disabling that configuration line altogether.

2) Some ‘make’ rules now require git to be installed so that ‘git config’ can add ‘etc/git/gitconfig’ to the local configuration. So, for instance, ‘guix shell --pure -D guix -- make’ will now fail. Calls to git should be prefixed with a test to see if there is a git executable in the path.

-bjc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]