aboutsummaryrefslogtreecommitdiffstats
path: root/tool/vcs.rb
Commit message (Expand)AuthorAgeFilesLines
* `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
* fix up r60243nobu2017-10-211-1/+1
* vcs.rb: try to extract revision number from tagsnobu2017-10-211-2/+6
* vcs.rb: refresh after dcommitnobu2017-08-261-1/+7
* vcs.rb: commitnobu2017-07-261-0/+13
* vcs.rb: env for commandnobu2017-04-181-15/+17
* vcs.rb: remove git stuffnobu2017-04-101-1/+1
* export_changelog must specify the branch's urlnaruse2017-03-241-2/+2
* vcs.rb: no ext/date in vcs.rbnobu2016-12-141-2/+3
* vcs.rb: fix GIT.get_revisionsnobu2016-11-081-4/+4
* vcs.rb: format from git-lognobu2016-11-081-2/+16
* vcs.rb: expand srcdirnobu2016-11-081-0/+8