-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Ghost changes in commits #106
Comments
Assuming 'its fix' is the correction to the staging failure: in every case lines were erroneous deleted? So you had to add the deletions to fix the staging problem? |
@stefanknotzer nope, this is what I meant by it being ghost. Nothing happend to the file, but in the commit's diff it showed up, after refreshing it was possible to recommit the missed code. It's fully random as you can see in the cited commits, sometimes it's a whole file, sometimes it's just couple of lines. |
On which are you working? |
AUR's gittyup-git: https://aur.archlinux.org/packages/gittyup-git |
I think I have seen this too. |
Since my last writing, I had it only once, and still not reproducable. Maybe there's something changed partly fixing it or it's just me being more cautious with each staging and commit. |
No in this area nothing changed so the issue is still there |
I think it is a missmatch between between staged and unstaged file passed to the Filewidget. |
Seems to be different on windows and on linux. I was able to reproduce it on windows, but on linus the behavior is different |
I have now a reproducable example. Hope i can fix it soon |
Ah, nice! |
@machiav3lli |
I close it for now. If it happens again, please reopen it |
Hm.. it worked just fine till yesterday, when I had it again and till now am unable to reproduce it (Nothing changed, I'm still using the latest dev AUR gittyup-git). |
@machiav3lli I think now I found it :) Can you have a look on the pullrequest and the description there. Maybe you remember if you had a scenario like this. Please open this issue again if this does not fix you problem |
Thanks, I'll do. And please consider refreshing the AUR releases (either update the non-dev gittyup-git or do a formal release) |
I am planning to create a new release next days. Currently we don't support officially AUR releases. There is a discussion ongoing: #167 |
In the last I noticed that sometimes GittyUp add changes out of nothing to the staged commits, I wasn't able even to see them in the staged block. Here's the three latest examples:
It's also good to mention that I wasn't able to reproduce it intentionally…
The text was updated successfully, but these errors were encountered: