Re: [PATCH] git stash: one bug and one feature request
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:02
Wayne Davison [off-list ref] writes:
On Fri, Jan 04, 2008 at 05:14:42PM +0100, Marco Costalba wrote:quoted
- 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.
Lol... Good eyes. I did not even notice it ;-). Thanks.