GNOME Bugzilla – Bug 770956
Unstaging is broken
Last modified: 2016-09-07 05:31:03 UTC
I'm not sure when this bug was introduced, but after updating to the latest git commit (a0d1989), unstaging stopped working. If I unstage something, it seems to be in some intermediate state. It is neither staged anymore nor unstaged. That is, after unstaging, "git status" does no longer show the change. The change is still present in the file though, which is a bit confusing to me. If I save the file again, the change is in unstaged again.
Oops! Thanks for catching this close before the release! This was a problem in libgit2-glib which I pushed and made a new release for. Please update libgit2-glib to 0.24.4 and the problem should be resolved.
Thanks for the quick fix!