-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Revert da4a4ac and add more longDesc #3164
Conversation
This reverts most of the changes in da4a4ac, which were later found to be errorful. See #2657 for details. License: MIT Signed-off-by: Richard Littauer <[email protected]>
Can you use revert commit for the da4a4ac changes and thus separate new changes? |
@Kubuxu I went through manually and looked at the diffs for the new ones. Would |
|
This was more subtle, as I added some stuff. |
Yeah, but in that case you can create revert commit and commit that adds the changes. |
@Kubuxu Should I close this and reopen with that? |
It is @jbenet call, as the PR is in response for his CR. |
@RichardLitt it will make it easier to understand the change if you do a revert commit and then your changes on top. pls thanks. no need to close and reopen, you can just |
Ask for git help if you get stuck rebasing |
I might need some git help, then.
Using git revert doesn't seem to do anything. I could manually try and revert the two parent commits? |
The mainline Also it looks like |
Numbering starts at 1, ordering is mainline -> merged commit, and mainline is the commit on top of which the merge was made :) |
The commit you are reverting was created when the PR was merged, it wasn't the part of original PR. When it was merged two commits were joined into one chain, commit being HEAD of the As you are reverting merge commit git asks you which commit chain that was merged in this merge commit is the "main" one, so it knows which commits chains from that merge to revert. |
Closing in favor o #3239. Will use as reference for that. |
This reverts most of the changes in da4a4ac, which were later found to be errorful. See #2657 for details.
License: MIT
Signed-off-by: Richard Littauer [email protected]