+[2016-04-03T21:01:12Z]fuzzybear3965It 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]fuzzybear3965I can't imagine someone would start a snippet with the last half of a string literal. +[2016-04-03T21:01:57Z]fuzzybear3965If 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]Infininightit does depend if someone is contriving a diff by hand or just including a pre-generated one +[2016-04-03T22:25:52Z]jpleauHi, 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
pedrocr: graphs/contributors are based solely on default branch, which usually is master
+[2016-04-04T06:58:33Z]JoshTriplettGiven 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]raphinkJoshTriplett, I don't think so +[2016-04-04T07:24:03Z]raphinkhttps://developer.github.com/v3/pulls/#update-a-pull-request is what the API allows to update +[2016-04-04T07:25:50Z]JoshTriplettWhat 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]JoshTriplettJust tested it; apparently it doesn't work. :(