-
When the show subcommand is specified and the --stdin option is given, stdin is assumed to be a list of commit IDs and will be forwarded to the diff view’s underlying git-show(1) command. For example:
$ git rev-list --author=vivien HEAD | tig show --stdin
-
When --stdin is given, stdin is assumed to be a list of commit IDs and will be forwarded to the main view’s underlying git-log(1) command. For example:
$ tig --no-walk --stdin < cherry-picks.txt
-
When --pretty=raw is given, stdin is assumed to be a "pretty=raw" formatted output similar to that of git-log(1). For example:
$ git reflog --pretty=raw | tig --pretty=raw