+ [2016-04-03T21:01:12Z] fuzzybear3965 It would be hard. But, I think that's a corner case. Most often, people will include relevant context for code snippets.
+ [2016-04-03T21:01:30Z] fuzzybear3965 I can't imagine someone would start a snippet with the last half of a string literal.
+ [2016-04-03T21:01:57Z] fuzzybear3965 If they do, it will render improperly when they preview the output, they'll quickly realize the problem and they'll ameliorate it.
+ [2016-04-03T21:02:02Z] Infininight it does depend if someone is contriving a diff by hand or just including a pre-generated one
+ [2016-04-03T22:25:52Z] jpleau Hi, is there a way to download a tarball of a tag, including the submodules all checked out? At first glance it doesn't seem possible, but I might have overlooked it

message no. 129630

Posted by pedrocr in #github at 2016-04-03T00:31:12Z

Impaloo: I've commited things today and yet there are none shown since the 27th
+ [2016-04-04T06:58:33Z] JoshTriplett Given a pull request referencing a branch, is there any way to rename that branch and make the pull request reference the new branch?
+ [2016-04-04T07:23:58Z] raphink JoshTriplett, I don't think so
+ [2016-04-04T07:24:03Z] raphink https://developer.github.com/v3/pulls/#update-a-pull-request is what the API allows to update
+ [2016-04-04T07:25:50Z] JoshTriplett What would happen if I posted to /repos/:owner/:repo/pulls with an issue number that's already a pull request? Will it convert over, or just error out?
+ [2016-04-04T07:40:13Z] JoshTriplett Just tested it; apparently it doesn't work. :(