aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/vcs.rb
Commit message (Expand)AuthorAgeFilesLines
* make-snapshot: Regexp#match raises on nil nowNobuyoshi Nakada2019-10-221-1/+1
* vcs.rb: fix to export git-svn versionNobuyoshi Nakada2019-10-031-26/+32
* Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada2019-09-151-4/+3
* make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada2019-09-151-1/+1
* make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada2019-09-151-3/+0
* Continue to export even if no notes/commitsNobuyoshi Nakada2019-09-141-1/+3
* Suppress detached head warningNobuyoshi Nakada2019-09-081-1/+1
* Fix error when checking file modified with git-svnNobuyoshi Nakada2019-09-071-1/+2
* Use `git describe --contains` for tagsNobuyoshi Nakada2019-09-071-1/+1
* Added more debug outputs from VCS::GITNobuyoshi Nakada2019-09-071-1/+4
* Separated VCS.define_options for common VCS optionsNobuyoshi Nakada2019-09-071-17/+16
* VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada2019-09-061-4/+2
* Separate VCS::DEBUG_OUTNobuyoshi Nakada2019-09-051-6/+10
* --date=iso-local does not work with old gitNobuyoshi Nakada2019-09-031-2/+8
* Use -z option for git-logNobuyoshi Nakada2019-09-031-3/+1
* Extract git commit log as raw format like git-svn for ChangeLogNobuyoshi Nakada2019-09-021-24/+22
* Support packaging different branch/tagNobuyoshi Nakada2019-09-011-4/+9
* Fetch commit notesNobuyoshi Nakada2019-09-011-0/+1
* Support git tagsNobuyoshi Nakada2019-09-011-4/+8
* Remove files/directories for git/github which are committed [ci skip]Nobuyoshi Nakada2019-08-311-4/+2
* Suppress uninitialized instance variable warnings [ci skip]Nobuyoshi Nakada2019-08-301-4/+2
* Support revision in git-svn logNobuyoshi Nakada2019-08-301-6/+29
* Updated comment of VCS#get_revisions [ci skip]Nobuyoshi Nakada2019-08-301-2/+5
* Ensure the last and changed revisions as IntegersNobuyoshi Nakada2019-08-281-2/+2
* Short revision of SVN should be an IntegerNobuyoshi Nakada2019-08-271-1/+1
* Limit ChangeLog entriesNobuyoshi Nakada2019-08-261-3/+8
* `local_path?` is a class method [ci skip]Nobuyoshi Nakada2019-08-251-1/+1
* tool/lib/vcs.rb: explicitly fail when notes/commits is not availableYusuke Endoh2019-08-251-0/+5
* Revert workaroundKazuhiro NISHIYAMA2019-08-251-11/+1
* Simplified f13a00f5b4 [ci skip]Nobuyoshi Nakada2019-08-251-9/+3
* Export all commits as ChangeLog when no starting commit is found [ci skip]Nobuyoshi Nakada2019-08-251-3/+10
* Add workaround (2nd try)Kazuhiro NISHIYAMA2019-08-251-1/+1
* Add workaround for some CIsKazuhiro NISHIYAMA2019-08-241-1/+9
* Add debug printKazuhiro NISHIYAMA2019-08-241-0/+1
* Detect VCS from the current directory by default [ci skip]Nobuyoshi Nakada2019-08-131-1/+1
* Push commits notes too [ci skip]Nobuyoshi Nakada2019-08-131-3/+8
* Include commits notes in ChangeLogNobuyoshi Nakada2019-08-121-1/+1
* Separate VCS::GIT#upstreamNobuyoshi Nakada2019-07-301-4/+9
* Put vcs .rb to under the lib direcotory.Hiroshi SHIBATA2019-07-151-0/+669