aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Fix missing `gitcmd`Nobuyoshi Nakada2019-05-301-1/+1
* vcs.rb support non-inplace buildNARUSE, Yui2019-05-301-12/+16
* Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans2019-05-291-1/+1
* Revert "Fix building with 1.8 BASERUBY"Jeremy Evans2019-05-293-5/+4
* Convert Enumerator to Array for Ruby 1.9.3Takashi Kokubun2019-05-291-1/+1
* Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun2019-05-291-1/+2
* Clean a garbage [ci skip]Nobuyoshi Nakada2019-05-281-1/+1
* Fix building with 1.8 BASERUBYJeremy Evans2019-05-273-5/+6
* Escape dots in regexpKazuhiro NISHIYAMA2019-05-241-1/+1
* switch UNICODE_BETA to NO (one more try, first try didn't work)Martin Dürst2019-05-241-1/+1
* Make RUBY_REVISION full lengthNobuyoshi Nakada2019-05-222-4/+21
* Default to the current branchNobuyoshi Nakada2019-05-222-3/+9
* Fix revision nameNobuyoshi Nakada2019-05-221-1/+1
* Fix revision nameNobuyoshi Nakada2019-05-222-3/+3
* Fixed the method to delegateNobuyoshi Nakada2019-05-221-1/+1
* leaked-globals: check if un-prefixed symbols leak externallyNobuyoshi Nakada2019-05-161-0/+40
* Propagate parser_params to rb_yytnamerrNobuyoshi Nakada2019-05-101-0/+2
* 15f45ae4d1 and 56528da3e broke the darwin environment.Hiroshi SHIBATA2019-05-101-2/+0
* Revert "Fix for bison 2.3"Hiroshi SHIBATA2019-05-101-1/+1
* Fix for bison 2.3Nobuyoshi Nakada2019-05-101-1/+1
* Propagate parser_params to rb_yytnamerrNobuyoshi Nakada2019-05-101-0/+2
* Fallback to an invalid branch name if no branch foundNobuyoshi Nakada2019-05-091-0/+1
* Search a branch name at a detached headNobuyoshi Nakada2019-05-091-5/+6
* Push the current (topic) branch to the remote upstreamNobuyoshi Nakada2019-05-091-0/+9
* Show the commit command if dryrunNobuyoshi Nakada2019-05-091-0/+1
* dryrun option is for `push`, not `git`Nobuyoshi Nakada2019-05-091-2/+1
* Recent commits of trunk do not have svn revisionKazuhiro NISHIYAMA2019-05-071-1/+1
* Nil cannot and should not convert to a stringNAKAMURA Usaku2019-05-031-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-05-021-1/+1
* No last commit when up-to-dateNobuyoshi Nakada2019-05-011-1/+3
* Change Accept-Encoding from `*` to `identity`Kazuhiro NISHIYAMA2019-04-301-1/+1
* Use redirect keyword arguments instead of ">"NAKAMURA Usaku2019-04-302-2/+2
* Use array mode of `system` instead of `shellescape`Nobuyoshi Nakada2019-04-301-2/+3
* String#[] with index to extract matched substring safelyNobuyoshi Nakada2019-04-301-1/+1
* Must use IO::NULL instead of platform dependent filenameNAKAMURA Usaku2019-04-301-1/+1
* **Must** use IO::NULL for null deviceNAKAMURA Usaku2019-04-301-1/+1
* `from` is not nil but `""` on shallow clone [ci skip]Kazuhiro NISHIYAMA2019-04-301-1/+1
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+7
* Use 10 chars as RUBY_REVISION in snapshot tooKazuhiro NISHIYAMA2019-04-291-1/+1
* Fully support Git in tool/merger.rbTakashi Kokubun2019-04-291-21/+46
* * remove trailing spaces.git2019-04-291-2/+2
* tool/merger.rb: Avoid making too-deep indentationTakashi Kokubun2019-04-291-156/+156
* Support `tool/merger.rb removetag` under GitTakashi Kokubun2019-04-291-25/+24
* Support `tool/merger.rb tag` under Git repositoryTakashi Kokubun2019-04-291-44/+56
* Support `tool/merger.rb up` under Git repositoryTakashi Kokubun2019-04-281-53/+69
* Fix wrong svn optionsTakashi Kokubun2019-04-281-2/+2
* Stop using global variable for reposTakashi Kokubun2019-04-281-5/+6
* Now tool/merger.rb may use Git [ci skip]Takashi Kokubun2019-04-281-1/+1
* Drop SVN-specific method from Merger moduleTakashi Kokubun2019-04-281-7/+4
* Make Merger.version private to the moduleTakashi Kokubun2019-04-281-30/+32