summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
-rw-r--r--tool/lib/vcs.rb12
1 files changed, 12 insertions, 0 deletions
@@ -524,11 +524,23 @@ class VCS
proc do |w|
w.print "-*- coding: utf-8 -*-\n"
w.print "\n""base-url = #{base_url}\n" if base_url
cmd_pipe(env, cmd, chdir: @srcdir) do |r|
r.gets(sep = "commit ")
sep = "\n" + sep
while s = r.gets(sep, chomp: true)
h, s = s.split(/^$/, 2)
next if /^Author: *dependabot\[bot\]/ =~ h