summaryrefslogtreecommitdiff
path: root/tool/vcs.rb
AgeCommit message (Expand)Author
2019-04-28Make the range to export as changelog optionalNobuyoshi Nakada
2019-04-28Added VCS::SVN#branch_beginningNobuyoshi Nakada
2019-04-28Search the beginning revision more strictly a bitNobuyoshi Nakada
2019-04-28Removed `--reverse` optionNobuyoshi Nakada
2019-04-28Chomp a newline from the branch nameNobuyoshi Nakada
2019-04-28Shorten git revision name without "r" prefix in snapshotNobuyoshi Nakada
2019-04-28Reduce matz's work, let git do it insteadNobuyoshi Nakada
2019-04-27Separate format_changelogNobuyoshi Nakada
2019-04-27Override log format to parse for ChangeLogNobuyoshi Nakada
2019-04-27Include the beginning commit in ChangeLogNobuyoshi Nakada
2019-04-23Add VCS::GIT#commitNobuyoshi Nakada
2019-04-23Split git-svn dependent methodsNobuyoshi Nakada
2019-04-22Omit last_commit=RUBY_LAST_COMMIT_TITLE without local commitsKazuhiro NISHIYAMA
2019-04-22Migrate RUBY_VERSION/RUBY_DESCRIPTION to GitTakashi Kokubun
2018-12-10Limit uplevel travarsingnobu
2018-12-10Detection ordernobu
2018-11-25ChangeLog compatibility [ci skip]nobu
2018-02-26vcs.rb: .git at exportnobu
2018-02-24On getting changelog, use git-log with --no-notesnaruse
2018-02-10vcs.rb: dryrun: option of GIT::SVN#commitnobu
2018-02-05vcs.rb: no meaningless splatnobu
2018-02-05vcs.rb: for old rubynobu
2018-01-30support ruby 1.9.3naruse
2018-01-30vcs.rb: checkout the current branch before rebasenobu
2018-01-30vcs.rb: fix errorsnobu
2018-01-29Suport ruby 1.9.3naruse
2018-01-27vcs.rb: prepend DebugSystem to VCSnobu
2018-01-26vcs.rb: old version cannot refine modulesnobu
2018-01-26vcs.rb: dcommit for each commitnobu
2018-01-26vcs.rb: debug print in system methodnobu
2017-12-19vcs: --add-author-fromnobu
2017-12-18vcs.rb: --add-author-from optionnobu
2017-12-13vcs.rb: raise NotFoundError when command not foundnobu
2017-12-13Revert r61054naruse
2017-12-06vcs.rb: fix r61054nobu
2017-12-06vcs.rb: raise NotFoundError when command not foundnobu
2017-12-03Set binmode to handle non ASCII commit messagenaruse
2017-10-21fix up r60243nobu
2017-10-21vcs.rb: try to extract revision number from tagsnobu
2017-08-26vcs.rb: refresh after dcommitnobu
2017-07-26vcs.rb: commitnobu
2017-04-18vcs.rb: env for commandnobu
2017-04-10vcs.rb: remove git stuffnobu
2017-03-24export_changelog must specify the branch's urlnaruse
2016-12-14vcs.rb: no ext/date in vcs.rbnobu
2016-11-08vcs.rb: fix GIT.get_revisionsnobu
2016-11-08vcs.rb: format from git-lognobu
2016-11-08vcs.rb: expand srcdirnobu
2016-11-08vcs.rb: fix srcdir in VCS::GITnobu
2016-11-07vcs.rb: suppress warningnobu