aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/main.scm
Commit message (Expand)AuthorAgeFilesLines
* Add push commandGravatar Tom Willemse2014-03-041-3/+33
* Allow a name to be used to remove a repositoryGravatar Tom Willemse2014-03-041-9/+36
* Extract RC loading from mainGravatar Tom Willemse2014-03-021-14/+18
* Simplify the remove commandGravatar Tom Willemse2014-03-021-5/+14
* Simplify purge commandGravatar Tom Willemse2014-03-011-4/+1
* Promote hookwrapper to procedureGravatar Tom Willemse2014-03-011-9/+10
* Extract print-configGravatar Tom Willemse2014-03-011-8/+9
* Simplify save-repositories-listGravatar Tom Willemse2014-03-011-14/+12
* Simplify list-repository-locationsGravatar Tom Willemse2014-03-011-7/+6
* Reorder variables and proceduresGravatar Tom Willemse2014-03-011-54/+56
* Reorder commandsGravatar Tom Willemse2014-03-011-135/+135
* Split known? into a couple of functionsGravatar Tom Willemse2014-03-011-6/+13
* Move help command to its own moduleGravatar Tom Willemse2014-03-011-28/+1
* Separate command operations into moduleGravatar Tom Willemse2014-03-011-33/+10
* Extract some functions from the help commandGravatar Tom Willemse2014-03-011-11/+19
* Extract hooks init from configGravatar Tom Willemse2014-01-281-16/+20
* Give command names less room in help outputGravatar Tom Willemse2013-11-121-1/+1
* Allow directory specification for config updateGravatar Tom Willemse2013-11-101-13/+24
* Make sure to deal with a repositoryGravatar Tom Willemse2013-11-101-3/+6
* Specify usage information in the commandGravatar Tom Willemse2013-06-081-39/+88
* Catch wrong number of arguments caseGravatar Tom Willemse2013-06-051-3/+6
* Use a macro to define commandsGravatar Tom Willemse2013-06-051-20/+19
* Add some docstringsGravatar Tom Willemse2013-05-311-0/+19
* Add simple hook managementGravatar Tom Willemse2013-05-251-1/+7
* Ask to merge settings when registering repoGravatar Tom Willemse2013-05-231-10/+21
* Update help messageGravatar Tom Willemse2013-05-211-7/+13
* Change nameGravatar Tom Willemse2013-05-201-2/+2
* Add simplistic command structureGravatar Tom Willemse2013-05-201-46/+38
* Remove docstring from config-exclusion-listGravatar Tom Willemse2013-05-201-2/+1
* Add exclusion listGravatar Tom Willemse2013-05-191-5/+9
* Add config management commandsGravatar Tom Willemse2013-05-171-7/+38
* Split git function into separate moduleGravatar Tom Willemse2013-05-121-123/+1
* Fix some bugsGravatar Tom Willemse2013-05-121-2/+5
* Fix error when XDG_*_HOME is specifiedGravatar Tom Willemse2013-05-101-1/+1
* Show status per branchGravatar Tom Willemse2013-05-051-22/+55
* Turn format function into a generic methodGravatar Tom Willemse2013-05-051-22/+15
* Use lazy evaluation to speed-up startupGravatar Tom Willemse2013-05-051-27/+36
* Use goops to encapsulate repositoriesGravatar Tom Willemse2013-05-051-25/+61
* Separate repository line formatting into format-repositoryGravatar Tom Willemse2013-05-051-4/+7
* Load an initialization file at startupGravatar Tom Willemse2013-05-051-19/+31
* Replace README.markdown with README.orgGravatar Tom Willemsen2013-01-201-1/+1
* Add -p option to help and fix typoGravatar Tom Willemsen2013-01-201-1/+2
* Tiny style cleanupGravatar Tom Willemsen2012-10-171-1/+2
* Add check commandGravatar Tom Willemsen2012-10-171-2/+9
* Use ? for bool valuesGravatar Tom Willemsen2012-09-261-13/+13
* Add --purgeGravatar Tom Willemsen2012-09-261-2/+10
* Check if we know the argument to -RGravatar Tom Willemsen2012-09-181-3/+8
* Don't fail with no-longer existing reposGravatar Tom Willemsen2012-09-181-2/+4
* Don't fail when a repository can't be foundGravatar Tom Willemsen2012-09-181-8/+12
* Add relative directory parsingGravatar Tom Willemsen2012-07-311-0/+3