latest 12 messages by astex

+ [2016-06-29T21:53:06Z] astex attempting to PR into a branch with a single empty commit isn't possible.
+ [2016-06-29T21:52:49Z] astex creating a PR to an empty repo in github isn't possible. attempting to push an orphaned branch fails
+ [2016-06-29T21:52:27Z] astex some contractors came in and pushed all of their code directly to master in a new repository. for the sake of consistency, we would like to bring it through code review in a PR. Does anyone know how to rebase things so that these commits are now in a pull request to an empty repo or branch?
+ [2015-05-26T13:23:24Z] astex thanks for your help. I'll give the error page hack a try.
+ [2015-05-26T13:23:13Z] astex Okay
+ [2015-05-26T13:23:01Z] astex and at that point I may as well use my initial solution with `try-files`
+ [2015-05-26T13:21:30Z] astex True. But I don't have access to nginx.conf or the like here, so...
+ [2015-05-26T13:20:48Z] astex I guess I could add that too, but it just seems so hacky.
+ [2015-05-26T13:20:22Z] astex jaybe: that's an interesting hack, but it would fail if a user queried against a real directory since that would 403.
+ [2015-05-26T13:15:41Z] astex With that I could use pushState() and real urls instead of hashes.
+ [2015-05-26T13:15:13Z] astex similar to nginx `try-files $uri /index.html`
+ [2015-05-26T13:14:50Z] astex I just started a github page serving a single-page application. I wondered if there's a configuration option to set jekyll to always serve the same page if a requested resource is unavailable.