From 1a86bf6b6c35a8722472f716ce067c7f1270ae43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 19 Aug 2010 05:23:34 +0200 Subject: [PATCH] Small detail in readme. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2b3a010..5444fc2 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,6 @@ I've been looking for a tool that would visually "replay" the programmer's work, 1. See the evolution of the whole project. 2. See the evolution of the contents of a single file. -[Gource](http://code.google.com/p/gource/) provides a soluion for aim #1, and apple's "time machine" seems to provide something somehow related. But both seem to work with a granularity of files & folders, which is too big for aim #2 (I want to see the acual code being modified). +[Gource](http://code.google.com/p/gource/) provides a soluion for aim #1, and Apple's "time machine" (Mac OS X) seems to provide something somehow related. But both seem to work with a granularity of files & folders, which is too big for aim #2 (I want to see the acual code being modified). So I created a short script that allows you to navigate through the different versions of a single file.