-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for -Xtheirs
and other options
#114
Comments
From a quick look at the codebase, it seems we would need to add the options to the command here: Line 89 in 7cd171d
Line 13 in 7cd171d
Line 57 in 7cd171d
gitRebaseOptionsString and add it here then Lines 15 to 23 in 7cd171d
Does that sound about right? |
Hi @janpio Sounds like it could be useful in some specific cases.
Yes, pretty much. Note that each option must be separate param when passing to
I would suggest something a bit simpler like Feel free to have a go at adding this functionality if that's something you are interested in doing. |
We have a use case where we know exactly that we want to accept "their" code on a conflict during a rebase. It would be great if we could configure the extension in a way that it accepts a string of
git rebase
options like-Xtheirs
.The text was updated successfully, but these errors were encountered: