aboutsummaryrefslogtreecommitdiffstats
path: root/run-gitto
Commit message (Collapse)AuthorAgeFilesLines
* Seperate settings to envGravatar Tom Willemsen2012-07-311-3/+1
| | | | | | | | | | Set environment settings in `env' and have `run-gitto' use it, this makes it easy for other commands (like make) to utilize this as well. * env: New file, set environment variables needed to do anything with gitto outside of an installed state. * run-gitto: Move environment settings to `env' and just run it.
* Add Makefiles, utilityGravatar Tom Willemsen2012-07-011-0/+5
Change the directory structure and add a bunch of Makefiles to make it easy to install gitto. Also add a utility to run gitto in its current state.