Thomas Koutcher
Thomas Koutcher
It will be in the next version, for now you'd need to compile the master branch to use it.
What you should expect when `set refresh-mode = auto` is that after opening the status view and staging a file, the change is also visible in main view, nothing more....
Would it be less misleading if we change the documentation to **When set to 'auto', views are refreshed when a modification is detected in another view.** ?
Thanks, but Tig already had a built-in logging function. You can activate it by starting Tig with `TIG_TRACE=tig.log tig` and debug traces can be added with `io_trace()`.
Anything wrong with `tig -m` ?
Yes, it's what it does, that's why it's not documented. In an open instance you can define custom bindings with `:set diff-options = -m` and `:set diff-options = `. It's...
Thanks. It needed a bit of rework to have things done at the proper place.
@adamency, not from my side.
Superseded by #1223 and #1249.
I assume that, by now, everyone needing this feature is using `git config --global stash.showIncludeUntracked true` that was introduced since the issue was created and that it can be closed.