aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add GPL license and necessary commentsGravatar Tom Willemsen2012-07-013-1/+715
|
* Shorten lineGravatar Tom Willemsen2012-07-011-1/+2
|
* Make installation a bit betterGravatar Tom Willemsen2012-07-011-5/+7
| | | | | Installation now goes into the official site directories for guile, both for *.go as *.scm.
* Handle brand-new repositories betterGravatar Tom Willemsen2012-07-011-9/+14
| | | | | | stderr from the underlying git process was not being redirected/ignored properly, now somewhat more. If EOF is encountered when asking for the last update date it is shown as "never".
* Sort repositoriesGravatar Tom Willemsen2012-07-011-1/+7
| | | | | Upon saving, sort the repositories alphabetically by `basename'. When `-l' is provided sort before output by location.
* Add Last update to normal outputGravatar Tom Willemsen2012-07-011-4/+11
| | | | | | | When viewing the status of your repositories you will now see also when your last update to the upstream branch was. If you have not fetched or pulled the latest changes from your upstream, this will not be accurate.
* Minor style changeGravatar Tom Willemsen2012-07-011-24/+23
|
* Add switch to list saved repository locationsGravatar Tom Willemsen2012-07-011-2/+12
|
* It seems github only knows .markdownGravatar Tom Willemsen2012-07-011-0/+0
|
* Update READMEGravatar Tom Willemsen2012-07-012-8/+73
|
* Reserve 15 columns for namesGravatar Tom Willemsen2012-07-011-1/+1
| | | | | Align data about a repository at 15 characters, for now. Looks a little bit cleaner.
* Add Makefiles, utilityGravatar Tom Willemsen2012-07-017-7/+72
| | | | | | 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.
* Use normal guile executableGravatar Tom Willemsen2012-06-301-1/+1
| | | | | My guile-2.0 was located in a somewhat strange place, I've fixed this now.
* Don't force XDG_DATA_HOMEGravatar Tom Willemsen2012-06-301-2/+5
| | | | | | Now, when XGD_DATA_HOME is empty, it should default to `~/.gitto/' for `data-dir', the old way didn't quite work since the `mkdir' function doesn't translate `~/' to HOME.
* Minor style adjustmentsGravatar Tom Willemsen2012-06-301-11/+10
|
* Add remove functionGravatar Tom Willemsen2012-06-301-1/+15
| | | | | When using this program it might happen that you have added a repository that you would like to have removed, now that is possible.
* Woops, forgot to change that nameGravatar Tom Willemsen2012-06-301-2/+2
|
* Initial commitGravatar Tom Willemsen2012-06-302-0/+115