summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-06 00:47:37 +0100
committerGravatar Tom Willemsen2012-11-06 00:47:37 +0100
commita0db8e3dc11e9667bbeeffec8043388f96626bb5 (patch)
tree4b570ae6ade6e8a0558bd46bf5d61d007a7cba9d
parent1677edf96b9384e6587d2243ed602e61ead3e807 (diff)
downloadsite-a0db8e3dc11e9667bbeeffec8043388f96626bb5.tar.gz
site-a0db8e3dc11e9667bbeeffec8043388f96626bb5.zip
Add "gitto" archive post
-rw-r--r--posts/gitto.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/posts/gitto.mdwn b/posts/gitto.mdwn
new file mode 100644
index 0000000..fa005a1
--- /dev/null
+++ b/posts/gitto.mdwn
@@ -0,0 +1,25 @@
+I've been meaning to do two things for quite some time:
+
+* Write a utility for tracking the status of my various git
+ repositories.
+* Write a program in Guile scheme.
+
+A few days ago I accomplished both and I named it `gitto`.
+
+It is a simple utility that allows you to register some repositories
+on your computer and it will list how many changes there are to push
+and pull, if the working directory is "dirty" and how old the last
+known commit on the upstream branch it, which it shows as last
+updated.
+
+More details can be found
+[here](http://ryuslash.org/projects/gitto.html), including a link to
+the source. It requires at least guile 2.0.x and some version of git.
+
+I still have to at least add docstrings and perhaps even a texinfo
+document, and I haven't released any version yet, but feel free to try
+it and be sure to let me know any suggestions/complaints/rants/bugs
+you might have or find.
+
+[[!meta date="2012-07-03 02:25:00"]]
+[[!tag gitto project scheme guile git]]