Jonas Fonseca
Jonas Fonseca
Very interesting. I will probably wait with merging such a big change until I manage to release all the other good stuff from you.
@rolandwalker To be honest I have not looked closely at it. It sounds like a great idea to have it as a separate script since the original code to check...
Yes, I tried to handle the conflict via GitHub. BTW, I want to look at this PR next. If you have time to separate out and submit a separate PR...
OK, I will have to look closer at entr and how to change the refresh settings to work with the external script solution.
All builds testing the installation fails. Not sure if it's the check for empty directory that fails.
It will probably take some considerable work to upgrade all views to support both commit and author dates. In the mean time the docs should be updated to use "author...
Looks like some unsanitized characters are written to the screen.
Yes, it could. For now the auto refresh is quite stupid but at least it is supported regarless of whether the system supports inotify or not.
One way we could avoid introducing new platform code would be to have tig launch a script and read events from a stream. Each platform could then have separate shell...
Looks like you found a solution using a keybinding: ``` bind diff 7 !git diff %(commit)^ %(commit) ```