We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Curiously, this is not a problem if setting log-options in tigrc
log-options
Sorry, something went wrong.
Pressing % removes ./file from git log arguments leaving --follow which is only valid with a file argument.
./file
git log
--follow
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: