Re: [PATCH] git stash: one bug and one feature request
From: Wayne Davison <hidden> Date: 2016-06-15 22:44:02
On Fri, Jan 04, 2008 at 05:14:42PM +0100, Marco Costalba wrote:
- echo >&2 'No local changes to save'
+ echo > 'No local changes to save'
That change and the other two following it each put a newline in a
strangely named file. You should just drop the >&2 altogether if you
want the output to go to stdout.
..wayne..