Phil Hord writes:
> `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, but it does
> w
`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, but it does
work for `git commit`, and my f
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 c
Hm.. Sorry about the formatting here. It's been a while. I'll try again.
On Tue, Nov 21, 2017 at 3:07 PM, 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 s
`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, but it does
work for `git commit`, and my f
5 matches
Mail list logo