-
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
Refresh mode not working #430
Comments
Same for me. OS X 10.10.5, git 2.3.2, tig 2.1.1. |
Yes, this is definitely broken. |
@jonas, is there any way we can provide useful debugging info for this issue? The auto-refresh would be the "killer feature", as it were, to make me use tig. I'm guessing true "auto" refresh is currently difficult without something like inotify -- periodic refresh would work well enough for me though. I'm currently on OS X 10.11 with |
Can confirm, does not work. If I can provide any information, please tell me how.
SystemInformation:
tigrc:
|
Is this only an OSX problem? Refresh doesn't seem to be working for me on Linux (Fedora). |
@jonas, can you indicate where this functionality implemented in sources? I can try to research this problem. |
Can confirm that's still valid for 2.2.1 on Linux. |
Yes, didn't get around to looking at this issue yet. |
If you could give me a clue on where to start looking in the source code, I'd like to attempt a fix. |
@sevagh That would be great. The main logic is inside |
Any update here? |
I've just made a pull request for this issue: #591 . |
Can we get a release too? |
@frontsideair The fix has been release in https://github.com/jonas/tig/releases/tag/tig-2.2.2 |
could we reopen? this doesn't work reliably at all. It seems to work for the 1st 2 or so edits, then doesn't refresh when a file is updated again. tig --version Distro: OS X 10.13.3 I tried both: maybe it's a dup of #389 ? in any case, seems broken NOTE that F5 works |
@timotheecour Please create a new issue. |
Hi,
refresh mode is not working at all right now - using tig 2.0.3 on os x (retrieved via brew).
My .tigrc looks like this:
Also tried the "auto" mode.
Tickets #389 and #301 seem to indicate that it is related to large repos? I can't confirm that. I have just setup a clean empty repo with just a single text file and can't get it to work.
Cheers,
Patrick
The text was updated successfully, but these errors were encountered: