Gitless Versions Save

A simple version control system built on top of Git

kendall.0.6.2

9 years ago
  • bug fix

kendall.0.6.1

9 years ago
  • bug fix in installation

kendall.0.6

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

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

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

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

9 years ago
  • bug fixes (in gl diff and PyPI setup)

kendall.0.4

9 years ago
  • revamped gl diff

kendall.0.3

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

9 years ago
  • bug fixes