Skip to content

Releases: gitless-vcs/gitless

kendall.0.2

27 Feb 16:28
Compare
Choose a tag to compare
kendall.0.2 Pre-release
Pre-release
  • support for files with spaces
  • general improvements to the gl checkout command:
    • now the commit point is passed with the -cp flag (defaults to HEAD)
    • fixed bug that made it impossible to checkout a file without specifying its full repo path
    • ask for confirmation by the user if there are uncommitted changes that could be overwritten by checkout
  • general improvements to the gl diff command:
    • fixed bug that made it impossible to diff a deleted file
    • now if no arguments are given all tracked files with modifications are diffed
  • removed the gl rm command
  • now gl is the only command (in retrospect, having a "suite of commands" was over-engineering, code is much simpler now)
  • massive re-org of project

kendall.0.1

27 Feb 16:25
Compare
Choose a tag to compare
kendall.0.1 Pre-release
Pre-release
  • minor improvements to output of commands
  • improvements in Makefile and added Python version checks
  • made case-sensitiveness consistent with FS
  • fixed bug that made it impossible to gl-track files under directories without cd'ing first to that dir
  • better support for evil branch names
  • before defaulting to using vim we now check to see if the user specified a value for Git's core.editor config option or if the EDITOR env variable is set
  • added a "Requirements" section to the installation instructions
  • changed shebang lines to /usr/bin/env python2.7 instead of hardcoding the Python binary at /usr/bin/python

kendall.0.0

27 Feb 16:23
Compare
Choose a tag to compare
kendall.0.0 Pre-release
Pre-release

First Gitless's release