Releases: gitless-vcs/gitless
Releases · gitless-vcs/gitless
kendall.0.2
- support for files with spaces
- general improvements to the
gl checkoutcommand:- now the commit point is passed with the
-cpflag (defaults toHEAD) - 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
- now the commit point is passed with the
- general improvements to the
gl diffcommand:- 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 rmcommand - now
glis 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
- 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-trackfiles under directories withoutcd'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.editorconfig option or if theEDITORenv variable is set - added a "Requirements" section to the installation instructions
- changed shebang lines to
/usr/bin/env python2.7instead of hardcoding the Python binary at/usr/bin/python
kendall.0.0
First Gitless's release