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

allow undefined user.name on commit #155

Merged
merged 1 commit into from
Jun 28, 2020

Conversation

mxork
Copy link
Contributor

@mxork mxork commented Jun 27, 2020

fixes #79

@mxork mxork force-pushed the signature-allow-undefined-name branch from 354102a to 63775f0 Compare June 27, 2020 19:01
@mxork mxork force-pushed the signature-allow-undefined-name branch from 63775f0 to 1381107 Compare June 27, 2020 19:20
@extrawurst extrawurst merged commit 59d43f4 into extrawurst:master Jun 28, 2020
@extrawurst
Copy link
Owner

@mxork thanks for fixing this! 🥳

@extrawurst
Copy link
Owner

@mxork did you try coming up with a unites for this? I am struggling with this

@extrawurst
Copy link
Owner

@mxork I need to roll this back I think, it keeps failing for me and I am wondering how you managed to get Config::get_str to work at all: rust-lang/git2-rs#474

@extrawurst
Copy link
Owner

@mxork see here for the failing CI: https://github.com/extrawurst/gitui/runs/816484457

@extrawurst
Copy link
Owner

@mxork I am sorry I had to revert this, but I should have checked it out more thorough in the first place. It would be awesome if you could update it using get_entry (or any other config method that works on non-snapshots unlike get_str see docs) and most importantly have a working unittest.

This seems to be one of those implementations where writing the test by far outweighs writing the feature itself 🙈

@mxork
Copy link
Contributor Author

mxork commented Jun 29, 2020 via email

@extrawurst
Copy link
Owner

@mxork no worries! happy you wanna contribute. Feel free to join the discord to simplify discussion: https://discord.gg/7TGFfuq

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.

The commit function does not work when you have user.email but no user.name defined
2 participants