forked from andreberg/gitx
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unchanged files are listed for staging #99
Comments
I made the following hack that seems so far to be working for me. The gist of it is that "git diff-files" returns a bunch of files that are touched but not actually changed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Files that have been touched seem to be listed as modified even though when you click on them to get the diff nothing is displayed. This becomes really annoying after a while :P
The text was updated successfully, but these errors were encountered: