-
Notifications
You must be signed in to change notification settings - Fork 626
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
tig status not showing untracked files #598
Comments
#595 resolved this for me; add a config option to
|
@devshane Thanks for the hint. I am wondering how that option is missing. A new tigrc is installed when installing Tig. |
After upgrading to 2.2.2 with brew:
|
After running
I suspect it has to do with this commit: |
Yes, there is nothing I can do about this other than maybe documenting it. It is an upstream distribution/packaging problem. The way to fix (assuming no local edits) is |
Added notes on how to fix this issue to http://jonas.github.io/tig/INSTALL.html |
Upgraded |
I recently upgraded tig to 2.2.2 and now when I run
tig status
my untracked files do not show up.It was throwing the following error:
I tried updating that config in
/usr/local/etc/tigrc
, and while the error stopped, my untracked files still did not show undertig status
.The text was updated successfully, but these errors were encountered: