Re: [PATCH] git-stash: Display help message if git-stash is run with wrong sub-commands
From: Wayne Davison <hidden> Date: 2016-06-15 22:43:55
On Mon, Dec 03, 2007 at 10:34:05AM +0800, Kevin Leung wrote:
+USAGE='[ | save | list | show | apply | clear ]'
It seems strange to me that git stash is using sub-sub-command words
instead of options. Would it make more sense to be more like git branch
and have a list be indicated by -l, etc.?
..wayne..