script to retroactively add commitids to past openbsd commits

Outputter: print when we run

+4
+4
lib/outputter.rb
··· 31 31 end 32 32 33 33 def changelog(domain, fh) 34 + puts "writing changelog to #{fh.path}" 35 + 34 36 last = {} 35 37 files = [] 36 38 ··· 116 118 end 117 119 118 120 def history(fh) 121 + puts "writing history to #{fh.path}" 122 + 119 123 last = {} 120 124 files = [] 121 125