owenthereal / gh

Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info
MIT License
718 stars 48 forks source link

pull-request -m doesn't do what I expect .... #200

Closed fridiculous closed 10 years ago

fridiculous commented 10 years ago

based on the docs, I expect that

gh pull-request -m "just needs raven\n\nnow it works"

yields a separate title and body... but in actually I got this screen shot 2014-03-19 at 11 18 23 am

zain commented 10 years ago

I'm having the same issue. +1

owenthereal commented 10 years ago

Thanks for reporting it. See https://github.com/jingweno/gh/pull/202 for the fix

owenthereal commented 10 years ago

I've merged in the fixes. Before I cut a release, you could build head with brew install --build-from-source --HEAD gh and get the fixes: https://github.com/jingweno/gh#homebrew

owenthereal commented 10 years ago

Just a headsup that the fix made in jingweno/gh won't move forward in github/hub. Details please see @mislav's insight.