Re: [PATCH 2/5] am: teach StGit patch parser how to read from stdin

2015-06-09 Thread Paul Tan
On Tue, Jun 9, 2015 at 3:57 AM, Junio C Hamano wrote: > Paul Tan writes: > >> git-mailsplit, which splits mbox patches, will read the patch from stdin >> when the filename is "-" or there are no files listed on the >> command-line. >> >> To be consistent with this behavior, teach the StGit patch

Re: [PATCH 2/5] am: teach StGit patch parser how to read from stdin

2015-06-08 Thread Junio C Hamano
Paul Tan writes: > git-mailsplit, which splits mbox patches, will read the patch from stdin > when the filename is "-" or there are no files listed on the > command-line. > > To be consistent with this behavior, teach the StGit patch parser to > read from stdin if the filename is "-" or no files

[PATCH 2/5] am: teach StGit patch parser how to read from stdin

2015-06-08 Thread Paul Tan
git-mailsplit, which splits mbox patches, will read the patch from stdin when the filename is "-" or there are no files listed on the command-line. To be consistent with this behavior, teach the StGit patch parser to read from stdin if the filename is "-" or no files are listed on the command-line