Re: [PATCH] git-stash: Display help message if git-stash is run without sub-commands
From: Mike Hommey <hidden> Date: 2016-06-15 22:43:55
On Fri, Nov 30, 2007 at 04:16:34PM +0800, Kevin Leung [off-list ref] wrote:
The current git-stash behaviour is very error prone to typos. For example,
if you typed "git-stash llist", git-stash would thought that you wanted to
save to a stash named "llist", but in fact, you meant "git-stash list".
Still, 'git stash' alone should *do* the stash.
Mike