-
Notifications
You must be signed in to change notification settings - Fork 899
Cleanup #678
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
Cleanup #678
Conversation
nulltoken
commented
Apr 15, 2014
- Drop obsolete members
- Fix some issues pinpointed by Code Analysis
- Upgrade to .Net 4.0
- Review
Yeah! Travis seems happy... |
@@ -36,6 +36,7 @@ internal struct GitMergeOpts | |||
/// <summary> | |||
/// The results of `git_merge_analysis` indicate the merge opportunities. | |||
/// </summary> | |||
[Flags] |
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.
Tab?
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.
Good catch! Fixed. I actually untabified the whole file
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.
Nitpick: the tab fixes were amended into the wrong commit. ;)
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.
Duh. Fixed. 😊
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.
👏
|
Nitpick aside, 👍 |
👍 |
|