-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add shortcuts for fetching GitHub repositories #537
Conversation
@dalehenrich Please see the questions above, CI fails probably because of point 2 :) |
CI passed on my fork, still running for this repository. @dalehenrich Sorry for paging, but it would be great if you could give me a short answer on whether you would like to see additional changes on this PR (see above) or whether this can be merged! :-) |
@dalehenrich Hey, how do you think about this PR? Should we add other convenience buttons or can I just press the Merge button? :-) |
sorry to have missed your earlier ping, do I read this correctly that you are changing the behavior such that the default committish is no longer 'master'? Perhaps not specifying the comittish in the url results in 'master' being defaulted elsewhere? If so then I'm comfortable with this change ... as it reduces the number of places where the default committish is hard coded ... I have a sorta rule that behavior cannot be changed, because you never know who might depend upon that behavior and there's nothing worse than updating a project only to have things stop working .... I think adding a test is a good idea, to "keep things honest" moving forward ... So thumbs up and I appreciate your contributions |
Exactly, the decision about the default commitish is now totally up to GitHub. See also
I totally agree with this strategy in general, but if we took this literally in this example, it hypothetically might be possible that someone set up a GitHub repository with both a
On it |
Haha, when the underlying system changes, you have to adapt, so I am in favor of your changes ... |
Alright, then we should be done! New smoke tests exist and I did not find any regressions in the CI, so I'm going to merge this now. Thanks for your support! |
- 🎨 Beautiful screenshots - ⚡ Use new convenient selector for Metacello (Metacello/metacello#537)
Argh, I need to correct myself. |
Usage:
Open questions:
path
to'repository'
or isn't this convention?id
tag in themonticello.meta/version
file below manually?