-
Notifications
You must be signed in to change notification settings - Fork 509
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
[Regression] Bad merge when adding new files #189
Comments
Doing a |
I'm having troubles to fix the regression... reverting the changes my test works but the added ones fails, adding the changes to the end. @tyomitch, can you help here? |
Yes, on whatever alerted you of this bug in the first place. |
Ok, I tried it on https://github.com/piranna/BarebonesOS-linux and it failed :-( |
@piranna how do I reproduce the failure with |
@tyomitch it was my fault, I was using an in-development version of |
I have check it again with the in-development version after fixing it and can confirm again that @tyomitch changes has fixed my issue :-) Can we merge and publish them? |
Sorry, didn't see it was merged yesterday. Can we publish it to npm so we can close this issue? And what we do with the pull-request with the faling test? Should we merge it too? |
My plan is to release a version early this week. Want to try to get all
outstanding PRs in first.
…On Mon, Aug 28, 2017 at 10:40 AM Jesús Leganés-Combarro < ***@***.***> wrote:
Sorry, didn't see it was merged yesterday. Can we publish it to npm so we
can close this issue? And what we do with the pull-request with the faling
test? Should we merge it too?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL_Ju8mJPBChOfmA2wwzUX_KGP5GUXIks5sct9rgaJpZM4O3cYB>
.
|
#192 included your test case. |
That would be cool, thanks :-) |
Since this is already fixed on master, can it be published a new version on npm? I have several packages broken and development stopped due to this dependency... |
Released in v3.3.1 |
Thank you :-) |
When adding a new file, first line of new file is removed from file beggining and added at the end of the new file, corrupting data. This works correctly with diff 3.0.1, so it got broken in some moment after that.
The text was updated successfully, but these errors were encountered: