Open CervEdin opened 1 year ago
Invoking tig --follow ./file and subsequently pressing % crashes with
tig --follow ./file
%
tig: No revisions match the given arguments.
the same error as tig --follow ./non-existing.file
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
log-options
Pressing % removes ./file from git log arguments leaving --follow which is only valid with a file argument.
./file
git log
--follow
Invoking
tig --follow ./file
and subsequently pressing%
crashes withthe same error as
tig --follow ./non-existing.file
tig version 2.5.1 ncursesw version 6.2.20201114 readline version 8.1