jonas/tig

file-filter crashes with tig --follow

CervEdin opened this issue · 2 comments

Invoking tig --follow ./file and subsequently pressing % crashes with

tig: No revisions match the given arguments.

the same error as tig --follow ./non-existing.file

tig version 2.5.1
ncursesw version 6.2.20201114
readline version 8.1

Curiously, this is not a problem if setting log-options in tigrc

Pressing % removes ./file from git log arguments leaving --follow which is only valid with a file argument.