Skip to content
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

Accept empty emails in ParsePatchIdentity #42

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Commits on Mar 7, 2024

  1. Accept empty emails in ParsePatchIdentity

    Git is actually more lenient here than I thought. As long as the
    identity contains the "<>" delimiters, Git will allow an empty email, so
    we should accept the same thing. I also discovered that an identity with
    only an email set will use the email as the name, so I've implemented
    that behavior as well.
    bluekeyes committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d43a491 View commit details
    Browse the repository at this point in the history