Legit Versions Save

Git for Humans, Inspired by GitHub for Mac™.

1.2.0

4 years ago
  • Officially drop support for Python 3.4

v1.1.0

4 years ago
  • Support a second parameter for branches command to restrict the results to matching branches.
  • legit --instal can install aliases from a venv-boxed legit.

v1.0.2

4 years ago
  • Don't install switch on git>=2.23.0.
  • Update requirements
  • Fix Windows executable release
  • Improve tests

v1.0.1

6 years ago
  • Fix obtaining repo remote
  • Update requirements for bug fixes, Python 3.6 support

The windows exe is packaged with Python 2.7.13 and Pyinstaller on 32-bit Windows 7 SP1 with modified legit_r from bfdd3ec52e5b476e88e15fe98abee501935d44c9

v1.0.0

6 years ago
  • 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

v0.2.1

7 years ago
  • Support special expression for branch.
  • Improve completion
  • 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.

v0.2.0

8 years ago

Python 3 compatible.