rhq
rhq copied to clipboard
Manages your local repositories
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Thanks for your great package. I like this package so much that I create [Emacs client for `rhq`](https://github.com/ROCKTAKEY/rhq). This PR have 2 changes. These changes allow us to use full...
* normalize the path list by using `wslpath`
現状使用可能なホスティングサービスは GitHub, BitBucket および GitLab のみであり,それらへの URL がハードコーディングされている. これでは社内サーバや AWS などに設置されている GH Enterprise や GitLab などを扱うことが出来ないため,追加でホストを設定できる機能を追加する. 例: ```toml # ~/.config/rhq/config.toml [host."my.gitlab.host"] http_address = "133.6.11.2:8888" ssh_address = "133.6.11.2:2222" ``` ```sh $...
`extension.rhqClone` emits following error message to `Output`. ``` error: Found argument '--arg' which wasn't expected, or isn't valid in this context USAGE: rhq clone [FLAGS] [OPTIONS] [dest] For more information...
This tool works well with an empty config, so should not fail when it does not exist. Alternatively, on first use, you can prompt for those settings.
* user/organization のリポジトリを一括で取得する - ワンライナーで代替可能 * リポジトリの新規作成(`rhq new`) 時に対応するリモートリポジトリを自動的に作成する - トークン保持など手間がかかる割にメリットが少ない… + hook で良かったのでは?
For example: ```command: $ rhq clone ubnt-intrepid/rhq --hook="cargo install --force" ```