mirror of
https://github.com/grdl/git-get.git
synced 2026-02-07 11:13:27 +00:00
Update readme and changelog for v0.4.0
This commit is contained in:
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.4.0] - 2020-09-02
|
||||||
|
### Added
|
||||||
|
- `--scheme` flag for `git get` to set the default scheme to use when scheme is missing from the URL.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Default scheme is now `ssh` instead of `https`.
|
||||||
|
|
||||||
|
|
||||||
## [0.3.0] - 2020-07-31
|
## [0.3.0] - 2020-07-31
|
||||||
### Added
|
### Added
|
||||||
- More meaningful error messages.
|
- More meaningful error messages.
|
||||||
@@ -82,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
||||||
|
|
||||||
|
|
||||||
|
[0.4.0]: https://github.com/grdl/git-get/compare/v0.3.0...v0.4.0
|
||||||
[0.3.0]: https://github.com/grdl/git-get/compare/v0.2.0...v0.3.0
|
[0.3.0]: https://github.com/grdl/git-get/compare/v0.2.0...v0.3.0
|
||||||
[0.2.0]: https://github.com/grdl/git-get/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/grdl/git-get/compare/v0.1.0...v0.2.0
|
||||||
[0.1.0]: https://github.com/grdl/git-get/compare/v0.0.7...v0.1.0
|
[0.1.0]: https://github.com/grdl/git-get/compare/v0.0.7...v0.1.0
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ Flags:
|
|||||||
-h, --help Print this help and exit.
|
-h, --help Print this help and exit.
|
||||||
-t, --host Host to use when <REPO> doesn't have a specified host. (default "github.com")
|
-t, --host Host to use when <REPO> doesn't have a specified host. (default "github.com")
|
||||||
-r, --root Path to repos root where repositories are cloned. (default "~/repositories")
|
-r, --root Path to repos root where repositories are cloned. (default "~/repositories")
|
||||||
|
-c, --scheme Scheme to use when <REPO> doesn't have a specified scheme. (default "ssh")
|
||||||
-s, --skip-host Don't create a directory for host.
|
-s, --skip-host Don't create a directory for host.
|
||||||
-v, --version Print version and exit.
|
-v, --version Print version and exit.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user