gitless

A simple version control system built on top of Git

MIT License

Stars
1.9K

Bot releases are hidden (Show)

gitless - kendall.0.2

Published by spderosso over 9 years ago

  • 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
gitless - kendall.0.1

Published by spderosso over 9 years ago

  • 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
gitless - kendall.0.0

Published by spderosso over 9 years ago

First Gitless's release