Skip to content
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

Wrong status shown when git index is out of date #4

Closed
fboender opened this issue Apr 12, 2017 · 1 comment
Closed

Wrong status shown when git index is out of date #4

fboender opened this issue Apr 12, 2017 · 1 comment
Labels

Comments

@fboender
Copy link
Owner

Sometimes when the git index of a repository is out of date, multi-git-status will show the wrong status:

fboender @ jib ~/Projects/fboender $ mgitstatus . 3
./snippets: Uncommitted changes 
fboender @ jib ~/Projects/fboender $ cd snippets/
fboender @ jib ~/Projects/fboender/snippets (master) $ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
fboender @ jib ~/Projects/fboender/snippets (master) $ cd ..
fboender @ jib ~/Projects/fboender $ mgitstatus . 3
./snippets: ok 
@fboender fboender added the bug label Apr 12, 2017
@fboender
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant