Hi, Phil Hord wrote: > `git stash push -m foo` uses "foo" as the message for the stash. But > `git stash push -m"foo"` does not parse successfully. Similarly > `git stash push --message="My stash message"` also fails. Nothing > in the documentation suggests this syntax should work, "git help cli" says it should work. Thanks for working on it. > but it does > work for `git commit`, and my fingers have learned this pattern long > ago.