Thomas Koutcher
Thomas Koutcher
Thanks for reporting the issue. Indeed encoding failures should be reported but not fatal.
Does it still happen after 38c54de739c9752d5107288db0d5a6ca48efdd31 ?
@yan12125 , thanks for reporting and fixing the issue. To my dismay, macOS version of dirname() does not behave the same as Linux version, so I missed that. 0777 is...
I have the following bindings in my .tigrc which cover commited, staged and unstaged changes: ``` bind diff D >git difftool --tool=vimdiff --trust-exit-code --no-prompt %(commit)^! -- %(file) bind stage D...
Quite hard yes. Tig was built as an enhanced pager, it runs some commands, captures the output and displays it. To support a terminal view, you'd need to create a...
See #1160, `log.excludeDecoration` is not supported but you can use `set reference-format = hide:other` to get rid of `refs/patches/` references.
2.5.6 fixed the reading of status.showuntrackedfiles from git config. Values from git config override the values in `.tigrc`.
Agreed, not only the name needed to be fixed, the parsing as well.
Not much time needed, I think this should do the job: ```diff - if (var && !closing) + if (var && !closing && !esc) ``` When doing 6134336, I took...
You're right, I missed that point. This is better but as you said, we cannot get `%some-branch`. As in Tig context there is very little reason to want `%(` without...