mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 21:29:41 +00:00
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2020-06-11
Added
- Homebrew release configuration in goreleaser.
- Different ways to print
git listoutput: flat, simple tree and smart tree. --brachflag that specifies which branch to check out after cloning.--fetchflag that tellsgit listto fetch from remotes before printing repos status.- Count number of commits a branch is ahead or behind the upstream.
- SSH key authentication.
- Detect if branch has a detached HEAD.
Changed
- Refactor configuration provider using viper.
- Keep
masterbranch on top of sorted branches names.
Fixed
- Fix panic when trying to walk directories we don't have permissions to access.
0.0.1 - 2020-06-01
Added
- Initial release using goreleaser.