Re: [PATCH 4/8] diff: support reading a file from stdin via "-"
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:56
Another hack just occurred to me... get_pathspec() could
translate '-' to /dev/stdin while leaving './-' to '-'.
It could be rather too ugly to the taste of some people.
Myself, I dunno...