Skip to content
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 refs which start with URL Authority in ghq get #119

Merged
merged 1 commit into from
Apr 26, 2019
Merged

support refs which start with URL Authority in ghq get #119

merged 1 commit into from
Apr 26, 2019

Conversation

Songmu
Copy link
Member

@Songmu Songmu commented Apr 22, 2019

Before

% ghq get github.com/motemen/ghq
    error Not a valid repository: https://github.com/github.com/motemen/ghq

After

% ghq get github.com/motemen/ghq
    exists /Users/Songmu/dev/src/github.com/motemen/ghq

Next, I plan to enable ghq get golang.org/x/crypto etc according to meta="go-import" rules. > #120

Copy link
Member

@motemen motemen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Songmu Songmu merged commit 76309fa into x-motemen:master Apr 26, 2019
@Songmu Songmu deleted the github branch April 26, 2019 04:46
Songmu added a commit that referenced this pull request Apr 27, 2019
## [v0.10.0](v0.9.0...v0.10.0) (2019-04-27)

* drop mitchellh/go-homedir dependency [#122](#122) ([Songmu](https://github.com/Songmu))
* introduce Go Modules and adjust releng files [#121](#121) ([Songmu](https://github.com/Songmu))
* Add a dummy CVS backend to recognize and skip CVS working directories [#115](#115) ([knu](https://github.com/knu))
* add -l option on get command which immediately look after get [#112](#112) ([kuboon](https://github.com/kuboon))
* add support for Fossil SCM [#98](#98) ([motemen](https://github.com/motemen))
* Use parsed username also with ssh for Git [#101](#101) ([jjv](https://github.com/jjv))
* Add ghq.completeUser config to disable user completion of `ghq get` [#118](#118) ([k0kubun](https://github.com/k0kubun))
* ghq get --vcs=<vcs> [#72](#72) ([motemen](https://github.com/motemen))
* warn if executable was not found when RunCommand [#70](#70) ([motemen](https://github.com/motemen))
* support `meta name="go-import"` to detect Go repository [#120](#120) ([Songmu](https://github.com/Songmu))
* support refs which start with URL Authority in ghq get [#119](#119) ([Songmu](https://github.com/Songmu))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants