* Support a second parameter for ``branches`` command to restrict the results to matching branches. * ``legit --instal`` can install aliases from a venv-boxed legit.
1.0.2
+++++
* Don't install ``switch`` on git>=2.23.0. * Update requirements * Fix Windows executable release * Improve tests
1.0.1
+++++
* Fix obtaining repo remote * Update requirements
1.0.0
+++++
* Refactor CLI using `click` * Add --verbose option * Add --fake option * Move "install" command to --install option * Add --uninstall option which unsets legit git aliases * Move "settings" command to --config option * Improve help output * Add tests! * Update CI configuration * Update README * Remove support for deprecated Python versions 2.6, 3.2, 3.3
0.5.0
+++++
* Remove 'rsync' command. * Fix issues when using legit in repos without remotes. * Except for the smart merge, `sync` also supports 'never rebase', 'always rebase', and 'fast-forward only'. * Fix some compatibility issues with Python 3.5 and Git 2.15.0. * Refine some error & info messages.