-
-
Notifications
You must be signed in to change notification settings - Fork 933
For a deleted file, invalid diff received #534
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
Comments
Is this issue similar to this one: #531 ? |
My Source code:
I believe that this could be related to #531 since this seems to be an issue with deleted/added file too. |
Thank you! Could you please reduce this to the smallest amount of self-contained code that still shows the issue you are describing ? |
Sorry for giving such a large piece of code:
here , both myFileAPath and myFileBPath are not none in case of a On Sun, Oct 16, 2016 at 11:47 PM, Sebastian Thiel [email protected]
|
Unfortunately, this is still not an example that can make the issue reproducible on a machine that is not yours. It requires input, and a repository that is not publicly accessible. You can have a look at this extraordinary example, which can be found in this issue. What I wonder is if the suggestion of #531 of just inverting the code would work for you. |
Does inverting not imply that b*** will be replaced by a*** ? If yes, my issue will still persist. |
Not able to repro on a new repo. |
I am closing this issue as it had no interaction for more than 3 months. Please feel free to comment in case you need it to be reopened. |
I have received the following diff object for a file which I had deleted in the commit : c9050a81069d94b9b9692589608ec8f8d6c52827 .
What I understood was that I should receive b_path/b_blob/b_mode as none, but it seems not to be working fine.
The text was updated successfully, but these errors were encountered: