summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
Commit message (Expand)AuthorAgeFilesLines
* vcs.rb: fix for baseruby 2.2Nobuyoshi Nakada2021-01-261-1/+2
* vcs.rb: support `d` command in log-fixNobuyoshi Nakada2021-01-261-0/+3
* vcs.rb: allow log-fix to insert an empty lineNobuyoshi Nakada2021-01-261-1/+1
* vcs.rb: continue just with warning if failed to fetch notesNobuyoshi Nakada2021-01-231-4/+5
* vcs.rb: include commit info in ChangeLogNobuyoshi Nakada2021-01-231-2/+2
* Support `i` command in log-fixNobuyoshi Nakada2021-01-211-1/+4
* Follow up on variations of the development start messages [ci skip]Nobuyoshi Nakada2020-12-251-1/+1
* Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA2020-07-101-1/+13
* Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans2020-05-281-93/+27
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-081-1/+1
* Indent ChangeLog contents [ci skip]Nobuyoshi Nakada2020-02-011-3/+5
* Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada2020-02-011-0/+1
* vcs.rb: Allow to empty a part in commit logNobuyoshi Nakada2020-01-121-1/+1
* vcs.rb: Get rid of Kernel#openNobuyoshi Nakada2020-01-091-4/+2
* Fix typo in commit logs by log-fix notesNobuyoshi Nakada2019-12-231-2/+22
* 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