Re: Documentation issue: git-stash examples

2017-05-25 Thread Jeff King
On Fri, May 26, 2017 at 08:37:41AM +1200, Adrian Forbes wrote: > Yep, but how do I send it back to you? As a mail attachment? Usually you'd send it to the list, with the commit message in the body and the patch inline below, as generated by "git format-patch". Unfortunately gmail is notorious fo

Re: Documentation issue: git-stash examples

2017-05-25 Thread Jeff King
On Thu, May 25, 2017 at 09:52:42PM +1200, Adrian Forbes wrote: > Some of the example commands in git-stash documentation should be > written as comments rather than actual commands: > https://cloud.githubusercontent.com/assets/24915363/26444394/5cf6a754-4190-11e7-845e-135288c8916e.png > > For exa

Documentation issue: git-stash examples

2017-05-25 Thread Adrian Forbes
Some of the example commands in git-stash documentation should be written as comments rather than actual commands: https://cloud.githubusercontent.com/assets/24915363/26444394/5cf6a754-4190-11e7-845e-135288c8916e.png For example, `$ edit emergency fix` should be `# ... edit emergency fix ...` like