aboutsummaryrefslogtreecommitdiffstats
path: root/tool/vcs.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore ~/.gitconfig on tool/vcs.rb git commandsTakashi Kokubun2019-06-051-1/+8
* Revert "vcs.rb support non-inplace build"Nobuyoshi Nakada2019-06-051-16/+12
* tool/vcs.rb: return the commit date as the modified timeNobuyoshi Nakada2019-06-041-2/+2
* Default GIT external encoding to UTF-8 🤷‍♂️Nobuyoshi Nakada2019-06-031-1/+4
* Prefer the current branch or tag nameNobuyoshi Nakada2019-05-311-2/+15
* Fix missing `gitcmd`Nobuyoshi Nakada2019-05-301-1/+1
* vcs.rb support non-inplace buildNARUSE, Yui2019-05-301-12/+16
* Use Regexp#match instead of #match for 1.9 BASERUBY supportJeremy Evans2019-05-291-1/+1
* Convert Enumerator to Array for Ruby 1.9.3Takashi Kokubun2019-05-291-1/+1
* 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