summaryrefslogtreecommitdiff
path: root/tool/gen-mailmap.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-211-1/+1
|
* ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun2022-10-171-1/+1
| | | | to ruby/git.ruby-lang.org
* Use CDN instead of raw.githubusercontent.comKazuhiro NISHIYAMA2019-12-161-1/+1
|
* Fix open without close [ci skip]Kazuhiro NISHIYAMA2019-12-161-1/+1
|
* tool/gen-mailmap.rb: odaira is removed as he is added in upstreamYusuke Endoh2019-12-151-2/+0
| | | | https://github.com/ruby/ruby-commit-hook/commit/ddc83bea6fe6f4696e140b605db10ef0c922bba6
* tool/gen-mailmap.rb: Added for generating git `.mailmap` fileYusuke Endoh2019-12-151-0/+49
`.mailmap` can be used To show canonical names and email addresses. It is helpful for statistics of committers.