-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signing commits with different email capitalization #2661
Comments
This should be easy to fix. |
CaeruleusAqua
added a commit
to CaeruleusAqua/gitea
that referenced
this issue
Oct 5, 2017
Signed-off-by: Julian Scholle <julian.scholle@googlemail.com>
CaeruleusAqua
added a commit
to CaeruleusAqua/gitea
that referenced
this issue
Oct 6, 2017
Signed-off-by: Julian Scholle <julian.scholle@googlemail.com>
lafriks
pushed a commit
that referenced
this issue
Oct 6, 2017
sapk
pushed a commit
to sapk-fork/gitea
that referenced
this issue
Oct 26, 2017
…o-gitea#2663) * GPG key email verification no longer case sensitive (go-gitea#2661) * case insensitive GPG key email verification now cached (go-gitea#2661) Signed-off-by: Julian Scholle <julian.scholle@googlemail.com>
lunny
pushed a commit
that referenced
this issue
Oct 27, 2017
* Only check at least one email gpg key (#2266) * Only require one email (possibly not yet validated) * Update message error and check validation of commit * Add integrations tests * Complete integration for import * Add pre-check/optimization * Add some test (not finished) * Finish * Fix fixtures * Fix typo * Don't guess key ID * Make repo private to no interfere with other tests (#2467) * GPG key email verification no longer case sensitive (#2661) (#2663) * GPG key email verification no longer case sensitive (#2661) * case insensitive GPG key email verification now cached (#2661) Signed-off-by: Julian Scholle <julian.scholle@googlemail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Gitea seems to have problems signing commits if the capitalization of the email address of the git user and the key does not match! On my local machine with "git verify-commit" the signature is verified correctly.
git verify-commit dc5fb4a4e5cf839cd30d11e8077bee7e7eecdcc3
gpg: Signature made Wed 04 Oct 2017 06:59:48 PM CEST
gpg: using RSA key 3FC8FB4B947F9057
gpg: Good signature from "Julian Scholle <julian.scholle -at- iff - fraunhofer - de>" [ultimate]
The text was updated successfully, but these errors were encountered: