Re: cherry-pick strangeness

2019-06-14 Thread Vincent Legoll
Hello, On Fri, Jun 14, 2019 at 12:56 AM Elijah Newren wrote: > > On Thu, Jun 13, 2019 at 3:42 PM Vincent Legoll > wrote: > > > > What am I missing ? > > When you cherry-pick a commit, it reapplies its diff on top of a > (usually different) commit, preserving t

cherry-pick strangeness

2019-06-13 Thread Vincent Legoll
IFF", if I'm not wrong in reading its manpage description. What am I missing ? -- Vincent Legoll repro.sh Description: application/shellscript

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

2015-11-01 Thread Vincent Legoll
"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 list: send the line "

Re: [PATCH] stash: complain about unknown flags

2015-11-01 Thread Vincent Legoll
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 list: send the li

[BUG, RFC] git stash drop --help

2015-05-20 Thread Vincent Legoll
e else, but I was still 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 fu