summaryrefslogtreecommitdiff
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada2019-09-071-3/+4
* Fixed wrong method at 71f7b0421acNobuyoshi Nakada2019-09-071-1/+1
* Fix error when checking file modified with git-svnNobuyoshi Nakada2019-09-071-1/+2
* Get rid of overwriting revision.h and creating .revision.timeNobuyoshi Nakada2019-09-071-1/+3
* Use `git describe --contains` for tagsNobuyoshi Nakada2019-09-071-1/+1
* Added more debug outputs from VCS::GITNobuyoshi Nakada2019-09-071-1/+4
* Refined file2lastrev.rb optionsNobuyoshi Nakada2019-09-071-20/+30
* Separated VCS.define_options for common VCS optionsNobuyoshi Nakada2019-09-071-17/+16
* VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada2019-09-061-4/+2
* add include/ruby/backward/cxxanyargs.hpp卜部昌平2019-09-061-2/+2
* Revert "Add a temporal stack dumper for debugging on trunk-mjit"Yusuke Endoh2019-09-061-3/+0
* Add a temporal stack dumper for debugging on trunk-mjitYusuke Endoh2019-09-051-0/+3
* Removed -git option of make-snapshotNobuyoshi Nakada2019-09-051-1/+1
* Separate VCS::DEBUG_OUTNobuyoshi Nakada2019-09-051-6/+10
* Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA2019-09-041-1/+5
* Check frozen flag on MJIT setinstancevariableTakashi Kokubun2019-09-041-1/+1
* Avoid defining unused instructionsTakashi Kokubun2019-09-031-15/+19
* Touch tar file itself to make gz file hash stableNobuyoshi Nakada2019-09-031-0/+1
* Touch the toplevel directory tooNobuyoshi Nakada2019-09-031-2/+5
* --date=iso-local does not work with old gitNobuyoshi Nakada2019-09-031-2/+8
* Do not keep tar file by the defaultNobuyoshi Nakada2019-09-031-5/+5
* Align timestamps to make tarball stableNobuyoshi Nakada2019-09-031-12/+40
* Use -z option for git-logNobuyoshi Nakada2019-09-031-3/+1
* Extract git commit log as raw format like git-svn for ChangeLogNobuyoshi Nakada2019-09-021-24/+22
* Set mtime of checked out files to past timeNobuyoshi Nakada2019-09-021-13/+24
* Fixed the directory to be removedNobuyoshi Nakada2019-09-021-1/+1
* Restore pwd for each versionNobuyoshi Nakada2019-09-011-0/+2
* Support packaging different branch/tagNobuyoshi Nakada2019-09-012-6/+11
* Fetch commit notesNobuyoshi Nakada2019-09-011-0/+1
* Resolve symlinks to cache directory under gemsNobuyoshi Nakada2019-09-011-0/+4
* Support git tagsNobuyoshi Nakada2019-09-011-4/+8
* Remove files/directories for git/github which are committed [ci skip]Nobuyoshi Nakada2019-08-311-4/+2
* tool/rbinstall.rb: remove a keyword-argument warningYusuke Endoh2019-08-311-1/+1
* Exclude ripper y.output from packages [ci skip]Nobuyoshi Nakada2019-08-301-1/+1
* Export the last modified revision for tags [ci skip]Nobuyoshi Nakada2019-08-301-2/+2
* Suppress uninitialized instance variable warnings [ci skip]Nobuyoshi Nakada2019-08-301-4/+2
* Support revision in git-svn logNobuyoshi Nakada2019-08-301-6/+29
* Updated comment of VCS#get_revisions [ci skip]Nobuyoshi Nakada2019-08-301-2/+5
* 7z does not accept gzip's optionsKazuhiro NISHIYAMA2019-08-301-2/+1
* Don't pick up lib/readline.rb from ruby/relineaycabta2019-08-291-2/+1
* 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