Skip to content

Conversation

@henne90gen
Copy link

@henne90gen henne90gen commented Jan 23, 2026

Added instructions on how to prevent GitButler from automatically disabling commit signing.

@Byron

🎫 Affected issues

gitbutlerapp/gitbutler#11980

Added instructions on how to prevent GitButler from automatically disabling commit signing.
@vercel
Copy link
Contributor

vercel bot commented Jan 23, 2026

@henne90gen is attempting to deploy a commit to the GitButler Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for making this happen, to me this looks like a perfect spot!

Also CC @schacon for final review and merge.

The main difference is that instead of only the `commit.gpgSign` as the flag that tells Git to automatically sign commits, we look for `gitbutler.signCommits` first. Thus, if Git would sign, GitButler will attempt to sign your commits with the normal Git settings as well.
But if something goes wrong, `gitbutler.signCommits` will be set to `false` in the repository-local settings to prevent commits from
failing generally.
Set `gitbutler.signCommits` to `true` in your user-level `~/.gitconfig`, to prevent GitButler from automatically disabling commit signing for that repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Set `gitbutler.signCommits` to `true` in your user-level `~/.gitconfig`, to prevent GitButler from automatically disabling commit signing for that repository.
Set `gitbutler.signCommits` to `true` in your user-level `~/.gitconfig`, to prevent GitButler from automatically disabling commit signing for that (or any other) repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants