commit | 683befa1788a216ac31f68bb6e8ae906fd511ab2 | [log] [tgz] |
---|---|---|
author | Kevin Leung <kevinlsk@gmail.com> | Mon Dec 03 10:34:05 2007 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Dec 02 18:51:09 2007 -0800 |
tree | 4fb1c1dab03d7fe37035618da945ffce2f4c4220 | |
parent | 6e9e0327b7d7f384d8a223b4bc40330ef3e7fb61 [diff] |
git-stash: Display help message if git-stash is run with wrong sub-commands The current git-stash behaviour is very error prone to typos. For example, if you typed "git-stash llist", git-stash would think that you wanted to save to a stash named "llist", but in fact, you meant "git-stash list". Signed-off-by: Kevin Leung <kevinlsk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>