Adds core infrastructure for Git commit signing#4875
Merged
ianhattendorf merged 11 commits intomainfrom Jan 30, 2026
Merged
Conversation
e9ee95f to
1beb5c2
Compare
Contributor
Contributor
7df0d2c to
e712240
Compare
e712240 to
c275544
Compare
🤖 Augment PR SummarySummary: Adds foundational infrastructure for Git commit signing support (Phase 1) across GitLens, spanning config management, signature retrieval/parsing, UI indicators, and telemetry. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
|
augment review |
eamodio
commented
Jan 26, 2026
eamodio
commented
Jan 26, 2026
eamodio
commented
Jan 26, 2026
eamodio
commented
Jan 26, 2026
Member
Author
d52d042 to
9ffe55e
Compare
9ffe55e to
c2aa595
Compare
- Gates SSH and X509 signing options behind Git version requirements - Changes commit signing setup to configure globally - Adds commit signing VS Code fallback and boolean normalization - Replaces --show-signature with Git format specifiers - Uses SSH placeholder value if nothing entered by user
c2aa595 to
e6e781c
Compare
- Adds the `${signature}` token into default commit and status tooltip formats
- Adds support for inferring GPG, SSH, and X.509 signature formats - Enhances signature tooltips with clearer verification status and key details - Integrates signature badges directly into the commit author component for better visibility Improves accessibility by updating custom chips to use native buttons and better focus management
- Adds a lightweight method to check for commit signatures - Adds short ttl caching to signature check results - Adopts the lightweight check in hovers and views
Member
Author
|
This is ready IMO, though I've disabled the setup wizard for now. |
ianhattendorf
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Implements the implementation plan for Phase 1 of Git commit signing support, establishing the foundational architecture for cryptographic signing within the extension.