Thomas Koutcher

Results 56 comments of Thomas Koutcher

Thanks for your contribution. I tend to agree with Johannes on the specificity of the use case, especially we shall not embed hardcoded patterns. I'll leave it to Jonas to...

It doesn't happen on macOS but maybe this has to do with the author having fun with Right-to-Left override: ``` commit 8add29f9605725d6b09784ca0fa8218c16829826 Author: rekcäH nitraM ```

I believe this can already be achieved using TIG_SCRIPT as highlighted in cb4f848.

When you click you bring the focus back to the status view and when you press `q` you close the principal view, causing tig to exit. Click twice on the...

When you run `tig grep`, the grep pattern is preloaded as the search pattern, you just have to press `n` to highlight all the occurrences.

My bad, the pattern is preloaded when doing `tig -G` or `tig --grep` but not `tig grep`. Taking grep options into account might be challenging...

Tig does not implement the full command line parser of Git so you have to use `tig -Gersion` and `tig --grep=ersion`.

Honestly, no. While it does not implement the full command line parser of Git, Tig still has to triage the parameters to give to the Git commands only the one...

After #917 the legacy refresh modes should now work as expected. Is this new one still necessary ?