Skip to content

Releases: gitless-vcs/gitless

kendall.0.6.2

27 Feb 16:38
Compare
Choose a tag to compare
kendall.0.6.2 Pre-release
Pre-release
  • bug fix

kendall.0.6.1

27 Feb 16:37
Compare
Choose a tag to compare
kendall.0.6.1 Pre-release
Pre-release
  • bug fix in installation

kendall.0.6

27 Feb 16:36
Compare
Choose a tag to compare
kendall.0.6 Pre-release
Pre-release
  • added stats to gl diff (# of additions and deletions)
  • unset upstream support (gl branch -uu)
  • better gl history
  • colored output
  • bug fixes

kendall.0.5

27 Feb 16:35
Compare
Choose a tag to compare
kendall.0.5 Pre-release
Pre-release
  • now Gitless works with python 2.6, 3.2 and 3.3 (in addition to 2.7)
  • a new (simpler, more consistent) gl remote
  • show error if user tries to gl init from an unreachable remote
  • when initing from a remote create a local equivalent for each remote branch
  • bug fixes + tests + performance improvements

kendall.0.4.3

27 Feb 16:33
Compare
Choose a tag to compare
kendall.0.4.3 Pre-release
Pre-release
  • fixed bug that occurred when trying to commit after a conflicted rebase/merge
  • fixed bug that caused error msgs when a commit fails to be incorrect

kendall.0.4.2

27 Feb 16:32
Compare
Choose a tag to compare
kendall.0.4.2 Pre-release
Pre-release
  • performance improvements to gl status (updated to using gitpylib 0.4.2)
  • gl history is piped to less (updated to using gitpylib 0.4.2)
  • output an error msg if the user provides a directory to file related ops
  • sort the files outputted by gl status so that it looks nicer
  • bug fixes

kendall.0.4.1

27 Feb 16:31
Compare
Choose a tag to compare
kendall.0.4.1 Pre-release
Pre-release
  • bug fixes (in gl diff and PyPI setup)

kendall.0.4

27 Feb 16:31
Compare
Choose a tag to compare
kendall.0.4 Pre-release
Pre-release
  • revamped gl diff

kendall.0.3

27 Feb 16:30
Compare
Choose a tag to compare
kendall.0.3 Pre-release
Pre-release
  • general bug fixes
  • UI improvements (made some messages more clear and consistent)
  • allow the user to branch out from certain commit point
  • improvements to gl diff: now it outputs a message if the file is ignored or if there are no diffs to show
  • pre-commit hooks now work fine

kendall.0.2.1

27 Feb 16:29
Compare
Choose a tag to compare
kendall.0.2.1 Pre-release
Pre-release
  • bug fixes