Read commit IDs from stdin when opened with --stdin
commit7b90e269e2e11d53834c37a66eda68da24b8f6b9
authorJonas Fonseca <fonseca@diku.dk>
Fri, 7 Sep 2012 21:28:12 +0000 (7 17:28 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 1 Oct 2012 00:23:06 +0000 (30 20:23 -0400)
tree55d273f024903a76d76d30701b2923b21d4bf1b1
parent4500f5b36a8071afde10a67b4d7397567a3e6073
Read commit IDs from stdin when opened with --stdin

Works for the main and diff view. Examples:

  $ tig --no-walk --stdin < cherry-picks.txt
  $ git rev-list --author=vivien HEAD | tig show --stdin

Requested by Jean-Baptiste Quenot.
NEWS
git.h
io.c
io.h
tig.c