You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction: Get some commits list, feed it to tig --stdin, then try using search (pressing / and entering a search string) — no echoing back is expected during typing in.
% tig -v
tig version 2.5.5
ncurses version 5.7.20081102
readline version 8.1
One more thing: what is --no-walk, seemingly there's nothing about it in man except an excerpt showing its use with --stdin:
% man tig|grep walk
$ tig --no-walk --stdin < cherry-picks.txt
%
The text was updated successfully, but these errors were encountered:
Reproduction: Get some commits list, feed it to
tig --stdin
, then try using search (pressing / and entering a search string) — no echoing back is expected during typing in.One more thing: what is
--no-walk
, seemingly there's nothing about it in man except an excerpt showing its use with--stdin
:The text was updated successfully, but these errors were encountered: