summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-02-25 19:12:55 +0900
committerNobuyoshi Nakada <[email protected]>2024-02-25 19:12:55 +0900
commit3c4d0b13132f9ba3f07575f175d173b69f9bd6ef ()
tree7dd79c4a92f7279393673b5ad41541606d56bddc /tool/lib/vcs.rb
parenteb661364afbeabf6a1d0ab30b01efebb826ff6bf (diff)
Exclude `.mailmap` from snapshots [ci skip]
It is only for old commits, useless without full repository logs.
-rw-r--r--tool/lib/vcs.rb1
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ class VCS
def after_export(dir)
FileUtils.rm_rf(Dir.glob("#{dir}/.git*"))
end
def revision_handler(rev)