aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-152-5/+2
* make-snapshot: deprecated -exported option [Bug #16167]Nobuyoshi Nakada2019-09-151-51/+46
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* make-snapshot: -git option is no longer provided [ci skip]Nobuyoshi Nakada2019-09-081-2/+0
* make-snapshot: default to the toplevel directoryNobuyoshi Nakada2019-09-081-1/+5
* Touch copied cache files to make tarballs stableNobuyoshi Nakada2019-09-081-5/+8
* Suppress detached head warningNobuyoshi Nakada2019-09-081-1/+1
* Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada2019-09-071-0/+1
* Removed no longer used variableNobuyoshi Nakada2019-09-071-1/+0
* 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