Re: [PATCH] stash: complain about unknown flags

2015-11-01 Thread Vincent Legoll
Hello, On Wed, May 20, 2015 at 8:01 PM, Jeff King wrote: > The option parser for git-stash stuffs unknown flags into > the $FLAGS variable, where they can be accessed by the > individual commands. However, most commands do not even look > at these extra flags, leading to

[PATCH] stash: complain about unknown flags

2015-05-20 Thread Jeff King
The option parser for git-stash stuffs unknown flags into the $FLAGS variable, where they can be accessed by the individual commands. However, most commands do not even look at these extra flags, leading to unexpected results like this: $ git stash drop --help Dropped refs/stash@{0}