about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 11bf2a9..dc7220c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,7 +15,7 @@ task :history do
     time = Time.at(tagger[-2].to_i).utc
     puts "=== #{tag.sub(/^v/, '')} / #{time.strftime(timefmt)}"
     puts ""
-    puts body
+    puts body.gsub(/^/sm, "  ")
     puts ""
   end
 end