From 7e68cf542920d8e5dd609e4b8c7e44b60ec88e62 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Wed, 16 Feb 2011 09:38:05 +1300
Subject: [PATCH] Add pointer the git history.

---
 planner2csv.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/planner2csv.pl b/planner2csv.pl
index d4b99d6..601a671 100755
--- a/planner2csv.pl
+++ b/planner2csv.pl
@@ -9,6 +9,8 @@
 # Released under the GPLv3.
 #
 # Usage: planner2csv.pl <file> > out.csv
+#
+# Please refer to the git commit log for changes.
 
 use XML::LibXML;
 use Text::CSV_XS;
-- 
2.30.2