Re: [PATCH] stash: complain about unknown flags

2015-11-01 Thread Vincent Legoll
tice that "stash show" is the only command that > actually _wants_ arbitrary flags. So we switch the default > mode to reject unknown flags, and let stash_show() opt into > the feature. Better late than never, that does look good... -- Vincent Legoll -- To unsubscribe from this l

Re: [PATCH 2/1] stash: recognize "--help" for subcommands

2015-11-01 Thread Vincent Legoll
than just having it run "git help stash" in all cases (i.e., >> we have no way to get the help for a specific subcommand). > > That actually turns out to be pretty painless... Looks OK, but this "[PATCH 2/1]" is fishy... -- Vincent Legoll -- To unsubscribe from this

[BUG, RFC] git stash drop --help

2015-05-20 Thread Vincent Legoll
surprised, because I was used to: git $(SOMETHING) --help to do what I want. This is probably because drop is a subcommand of stash, as evidenced by: git stash --help drop working as intended (even if as as side effect of --help ignoring further parameters) -- Vincent Legoll -- To unsubscribe from