- Officially drop support for Python 3.4
- Support a second parameter for
branches
command to restrict the results to matching branches. legit --instal
can install aliases from a venv-boxed legit.
- Don't install
switch
on git>=2.23.0. - Update requirements
- Fix Windows executable release
- Improve tests
- Fix obtaining repo remote
- Update requirements
- 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
- 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.
- Remove commands: 'graft', 'harvest', 'sprout'.
- Added the new 'undo' command.
- Refine some exit code.
- Run legit without args prints help message.
- Improve Python 3 support.
- Support special expression for branch.
- Improve completio
- Better help message.
- Add manpage.
- off_branch becomes optional.
- Use correct branch for unstaging in switch command.
- Fetch and abort if unpublishing branch not found.
- Fix remote name config with legit.remote.
- Particial Python 3 support.
- Add bash and zsh tab-completion.
- Fuzzy branch name matching.
- Default behavior to current branch on the command publish.
- git config legit.remote <remote name>
- Fix incorrect stash pop index and stash index with extra data.
- Fix synchronization in git stash.
- Handle failed smart_merge.
- Use correct branch for unstaging in switch command.
- Ensure parseability of git stash list output.
- Set up a tracking branch on publish.
- Handle detached head in legit branches.
- Handle repo with no branches or remotes.
- Fix exceptions of get_repo.
- Fixed 'legit install' failed and other issues on Windows
- Handle not git error.
- Use git to find root directory.
- Fix packaging.
- Update doc.
- Configuration System (new
settings
command) - New Git Transparency Mode
- Black Foreground Option
- Disable Colors Option
- Update Available Alerts (via GitHub)
- New Harvest command
- New Install command
- Initial Release