aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Revert "Treat RUBY_REVISION as an integer on old rubies"Nobuyoshi Nakada2019-08-281-8/+4
* `revision` might be an IntegerNAKAMURA Usaku2019-08-281-2/+2
* tool/merger.rb: fix tag existence check with subversion.nagachika2019-08-281-1/+4
* Ensure the last and changed revisions as IntegersNobuyoshi Nakada2019-08-281-2/+2
* Treat RUBY_REVISION as an integer on old rubiesNAKAMURA Usaku2019-08-281-4/+8
* Short revision of SVN should be an IntegerNobuyoshi Nakada2019-08-271-1/+1
* Pick lib/readline.rb from ruby/relineaycabta2019-08-271-1/+2
* Limit ChangeLog entriesNobuyoshi Nakada2019-08-261-3/+8
* `local_path?` is a class method [ci skip]Nobuyoshi Nakada2019-08-251-1/+1
* tool/lib/vcs.rb: explicitly fail when notes/commits is not availableYusuke Endoh2019-08-251-0/+5
* Revert workaroundKazuhiro NISHIYAMA2019-08-251-11/+1
* Simplified f13a00f5b4 [ci skip]Nobuyoshi Nakada2019-08-251-9/+3
* Export all commits as ChangeLog when no starting commit is found [ci skip]Nobuyoshi Nakada2019-08-251-3/+10
* Add workaround (2nd try)Kazuhiro NISHIYAMA2019-08-251-1/+1
* Add workaround for some CIsKazuhiro NISHIYAMA2019-08-241-1/+9
* Add debug printKazuhiro NISHIYAMA2019-08-241-0/+1
* Try to fix `make dist` error on chkbuildKazuhiro NISHIYAMA2019-08-241-1/+1
* Ensure all default gems have an gem folderDavid Rodríguez2019-08-231-1/+5
* Removed unused literal assignments [ci skip]Nobuyoshi Nakada2019-08-201-7/+4
* Subjects may contain a comma [ci skip]Nobuyoshi Nakada2019-08-201-1/+1
* Fix some bundler specs (#2380)David Rodríguez2019-08-201-2/+1
* Omit version.h when mergingNAKAMURA Usaku2019-08-191-2/+2
* Use master branch instead of trunk.Hiroshi SHIBATA2019-08-181-3/+3
* Ignore tags on default gems from ruby core repository.Hiroshi SHIBATA2019-08-181-2/+2
* Gem::ConfigMap is deprecated nowHiroshi SHIBATA2019-08-181-1/+0
* Fix copy path of ruby/reline's testaycabta2019-08-181-1/+1
* Move some assertions to CoreAssertions. (#2354)SHIBATA Hiroshi2019-08-142-66/+66
* Detect VCS from the current directory by default [ci skip]Nobuyoshi Nakada2019-08-131-1/+1
* Push commits notes too [ci skip]Nobuyoshi Nakada2019-08-131-3/+8
* Include commits notes in ChangeLogNobuyoshi Nakada2019-08-121-1/+1
* We did not have tool/ before checkoutTakashi Kokubun2019-08-121-2/+0
* Stop relying on actions/checkoutTakashi Kokubun2019-08-121-0/+2
* Use `end_with?` instead of Regexp with missing escapeKazuhiro NISHIYAMA2019-08-111-1/+1
* complement `test_` prefix.Koichi Sasada2019-08-091-5/+14
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-0/+1
* Added separator for failing commits from default gems.Hiroshi SHIBATA2019-08-071-0/+1
* Skip merge commit created by bundlerbot.Hiroshi SHIBATA2019-08-071-1/+1
* Refactor .travis.yml by introducing travis_retry.shTakashi Kokubun2019-08-071-0/+13
* Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada2019-08-052-31/+35
* Fix release post output for tool/format-releaseMarcus Stollsteimer2019-08-041-0/+1
* Move assert_ruby_status and assert_throw to CoreAssertions for default gems.Hiroshi SHIBATA2019-08-032-37/+37
* Added more attributes [ci skip]Nobuyoshi Nakada2019-08-031-0/+1
* Refine error messageNobuyoshi Nakada2019-08-031-1/+6
* It can be share to use CoreAssertions for default gems.Hiroshi SHIBATA2019-08-021-4/+29
* backtrace can be nil.Koichi Sasada2019-07-311-0/+3
* Revert "add debug code"Koichi Sasada2019-07-311-9/+0
* add debug codeKoichi Sasada2019-07-311-0/+9
* Separate VCS::GIT#upstreamNobuyoshi Nakada2019-07-301-4/+9
* tool/merger.rb: execute 'svn update' after 'svn ci' to update revision info o...nagachika2019-07-271-0/+1
* Skip the some of commits when sync default gems from upstream.Hiroshi SHIBATA2019-07-271-3/+21