summaryrefslogtreecommitdiff
path: root/tool/vcs.rb
AgeCommit message (Expand)Author
2019-05-31Prefer the current branch or tag nameNobuyoshi Nakada
2019-05-30Fix missing `gitcmd`Nobuyoshi Nakada
2019-05-30vcs.rb support non-inplace buildNARUSE, Yui
2019-05-29Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans
2019-05-29Convert Enumerator to Array for Ruby 1.9.3Takashi Kokubun
2019-05-29Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun
2019-05-22Make RUBY_REVISION full lengthNobuyoshi Nakada
2019-05-22Default to the current branchNobuyoshi Nakada
2019-05-22Fixed the method to delegateNobuyoshi Nakada
2019-05-09Fallback to an invalid branch name if no branch foundNobuyoshi Nakada
2019-05-09Search a branch name at a detached headNobuyoshi Nakada
2019-05-09Push the current (topic) branch to the remote upstreamNobuyoshi Nakada
2019-05-09Show the commit command if dryrunNobuyoshi Nakada
2019-05-09dryrun option is for `push`, not `git`Nobuyoshi Nakada
2019-05-02Fix a typoKazuhiro NISHIYAMA
2019-05-01No last commit when up-to-dateNobuyoshi Nakada
2019-04-30`from` is not nil but `""` on shallow clone [ci skip]Kazuhiro NISHIYAMA
2019-04-29Use 10 chars as RUBY_REVISION in snapshot tooKazuhiro NISHIYAMA
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