aboutsummaryrefslogtreecommitdiffstats
path: root/tool/vcs.rb
Commit message (Expand)AuthorAgeFilesLines
* Make tool/vcs.rb compliant to BASERUBYTakashi Kokubun2019-05-291-1/+2
* Make RUBY_REVISION full lengthNobuyoshi Nakada2019-05-221-3/+18
* Default to the current branchNobuyoshi Nakada2019-05-221-0/+1
* Fixed the method to delegateNobuyoshi Nakada2019-05-221-1/+1
* 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
* Fix a typoKazuhiro NISHIYAMA2019-05-021-1/+1
* No last commit when up-to-dateNobuyoshi Nakada2019-05-011-1/+3
* `from` is not nil but `""` on shallow clone [ci skip]Kazuhiro NISHIYAMA2019-04-301-1/+1
* Use 10 chars as RUBY_REVISION in snapshot tooKazuhiro NISHIYAMA2019-04-291-1/+1
* Make the range to export as changelog optionalNobuyoshi Nakada2019-04-281-3/+7
* Added VCS::SVN#branch_beginningNobuyoshi Nakada2019-04-281-1/+10
* Search the beginning revision more strictly a bitNobuyoshi Nakada2019-04-281-1/+1
* Removed `--reverse` optionNobuyoshi Nakada2019-04-281-1/+1
* Chomp a newline from the branch nameNobuyoshi Nakada2019-04-281-0/+1
* Shorten git revision name without "r" prefix in snapshotNobuyoshi Nakada2019-04-281-2/+19
* Reduce matz's work, let git do it insteadNobuyoshi Nakada2019-04-281-0/+6
* Separate format_changelogNobuyoshi Nakada2019-04-271-24/+34
* Override log format to parse for ChangeLogNobuyoshi Nakada2019-04-271-1/+1
* Include the beginning commit in ChangeLogNobuyoshi Nakada2019-04-271-1/+1
* Add VCS::GIT#commitNobuyoshi Nakada2019-04-231-0/+9
* Split git-svn dependent methodsNobuyoshi Nakada2019-04-231-0/+2
* Omit last_commit=RUBY_LAST_COMMIT_TITLE without local commitsKazuhiro NISHIYAMA2019-04-221-1/+1
* Migrate RUBY_VERSION/RUBY_DESCRIPTION to GitTakashi Kokubun2019-04-221-16/+5
* Limit uplevel travarsingnobu2018-12-101-1/+5
* Detection ordernobu2018-12-101-7/+6
* ChangeLog compatibility [ci skip]nobu2018-11-251-1/+4
* vcs.rb: .git at exportnobu2018-02-261-1/+0
* On getting changelog, use git-log with --no-notesnaruse2018-02-241-1/+1
* vcs.rb: dryrun: option of GIT::SVN#commitnobu2018-02-101-2/+8
* vcs.rb: no meaningless splatnobu2018-02-051-1/+1
* vcs.rb: for old rubynobu2018-02-051-0/+1
* support ruby 1.9.3naruse2018-01-301-4/+10
* vcs.rb: checkout the current branch before rebasenobu2018-01-301-0/+2
* vcs.rb: fix errorsnobu2018-01-301-1/+3
* Suport ruby 1.9.3naruse2018-01-291-2/+2
* vcs.rb: prepend DebugSystem to VCSnobu2018-01-271-1/+5
* vcs.rb: old version cannot refine modulesnobu2018-01-261-8/+11
* vcs.rb: dcommit for each commitnobu2018-01-261-9/+11
* vcs.rb: debug print in system methodnobu2018-01-261-0/+8
* vcs: --add-author-fromnobu2017-12-191-1/+11
* vcs.rb: --add-author-from optionnobu2017-12-181-1/+1
* vcs.rb: raise NotFoundError when command not foundnobu2017-12-131-0/+2
* Revert r61054naruse2017-12-131-45/+31
* vcs.rb: fix r61054nobu2017-12-061-2/+2
* vcs.rb: raise NotFoundError when command not foundnobu2017-12-061-31/+45
* Set binmode to handle non ASCII commit messagenaruse2017-12-031-1/+1