-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support refspec, or syntactic sugar for specifying a github pull request #35
Comments
(to clarify, the default refspec passed to git fetch does not expose the pullrequest refs on github) |
Cool! Could you give an example of how to use it to fetch a PR on scala/scala, say? |
The form is just:
This is only available in master, however. I will soon set up nightly builds, so that you can have access to the most recent dbuild snapshots. |
Cool! BTW, we've had great results with Travis CI. Ping me -- I'd be happy to share our experience. |
in pr validation, we'd like to be able to specify a pullrequest, either as a ref (refs/pull/NNN/head) or using a nicer syntax specific for github, e.g., by parsing github urls to commits or pullrequests, as done by the hub CLI for github
The text was updated successfully, but these errors were encountered: