-
Notifications
You must be signed in to change notification settings - Fork 899
Introduce revert #706
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
Introduce revert #706
Conversation
|
||
/// <summary> | ||
/// Maximum similarity sources to examine (overrides | ||
/// 'merge.renameLimit' config (default 200) |
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.
Mismatched parenthesis
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.
Thanks! I updated this with a bit more detail (copied pretty closely from lg2's comments for these parameters).
OK - I added tests for reverting merge commits. |
/// b6fbb2. | ||
/// </para> | ||
/// </summary> | ||
public int Mainline { get; set; } |
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.
@nulltoken I added some more comments around this parameter. Do you feel this clarifies this parameter? I am open to any other suggestions / wordsmithing on this comment.
@nulltoken Have you had a chance to look at this some more? |
Yep! Please squash so that we can merge this! ❤️ |
💖 |
This builds upon @ben's great initial work to introduce the ability to revert a commit
I followed the same pattern for the
Signature
parameter as is used forMerge
. If we want to update this pattern in general, I say we do that as a separate commit for all affected API's