tangled
alpha
login
or
join now
jcs.org
/
openbsd-commitid
0
fork
atom
script to retroactively add commitids to past openbsd commits
0
fork
atom
overview
issues
pulls
pipelines
Outputter: print when we run
jcs.org
9 years ago
5172e83a
7a05dc14
+4
1 changed file
expand all
collapse all
unified
split
lib
outputter.rb
+4
lib/outputter.rb
reviewed
···
31
31
end
32
32
33
33
def changelog(domain, fh)
34
34
+
puts "writing changelog to #{fh.path}"
35
35
+
34
36
last = {}
35
37
files = []
36
38
···
116
118
end
117
119
118
120
def history(fh)
121
121
+
puts "writing history to #{fh.path}"
122
122
+
119
123
last = {}
120
124
files = []
121
125