-
Notifications
You must be signed in to change notification settings - Fork 277
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
Improve code coverage of src/info/repo/commits.rs #813
Conversation
Not sure why Github is showing this as a full rewrite of the file :( |
Did the line endings change? LF to CRLF? Not sure which editor you use, but it will likely show you if you're using Unix/LF or Windows/Dos/CRLF. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking this as needing changes since we should probably fix the diff before merging.
Great, I'm gonna wait until #815 gets merged and then I'll update / rebase this if needed. Thank you @spenserblack |
* Convert line endings to LF This should result in more reasonable diffs of future contributions where a contributor's text editor would automatically convert line endings. See #812, #813 * Create .rustfmt.toml Enforces Unix-style newlines. Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr> Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
Thanks @alessandroasm! If you feel comfortable rebasing onto |
P.S. |
Thanks for all the help @spenserblack! It should be OK now 👍 Please let me know if there's anything else I could improve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This diff looks much better 😄
Part of task #700