summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
AgeCommit message (Expand)Author
2020-12-25Follow up on variations of the development start messages [ci skip]Nobuyoshi Nakada
2020-07-10Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA
2020-05-28Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-02-01Indent ChangeLog contents [ci skip]Nobuyoshi Nakada
2020-02-01Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]Nobuyoshi Nakada
2020-01-12vcs.rb: Allow to empty a part in commit logNobuyoshi Nakada
2020-01-09vcs.rb: Get rid of Kernel#openNobuyoshi Nakada
2019-12-23Fix typo in commit logs by log-fix notesNobuyoshi Nakada
2019-10-22make-snapshot: Regexp#match raises on nil nowNobuyoshi Nakada
2019-10-03vcs.rb: fix to export git-svn versionNobuyoshi Nakada
2019-09-15Try to fetch commits notes to the source tree automaticallyNobuyoshi Nakada
2019-09-15make-snapshot: no merge commits in ChangeLogNobuyoshi Nakada
2019-09-15make-snapshot: export ChangeLog from srcdirNobuyoshi Nakada
2019-09-14Continue to export even if no notes/commitsNobuyoshi Nakada
2019-09-08Suppress detached head warningNobuyoshi Nakada
2019-09-07Fix error when checking file modified with git-svnNobuyoshi Nakada
2019-09-07Use `git describe --contains` for tagsNobuyoshi Nakada
2019-09-07Added more debug outputs from VCS::GITNobuyoshi Nakada
2019-09-07Separated VCS.define_options for common VCS optionsNobuyoshi Nakada
2019-09-06VCS::GIT no longer accepts remote repositoryNobuyoshi Nakada
2019-09-05Separate VCS::DEBUG_OUTNobuyoshi Nakada
2019-09-03--date=iso-local does not work with old gitNobuyoshi Nakada
2019-09-03Use -z option for git-logNobuyoshi Nakada
2019-09-02Extract git commit log as raw format like git-svn for ChangeLogNobuyoshi Nakada
2019-09-01Support packaging different branch/tagNobuyoshi Nakada
2019-09-01Fetch commit notesNobuyoshi Nakada
2019-09-01Support git tagsNobuyoshi Nakada
2019-08-31Remove files/directories for git/github which are committed [ci skip]Nobuyoshi Nakada
2019-08-30Suppress uninitialized instance variable warnings [ci skip]Nobuyoshi Nakada
2019-08-30Support revision in git-svn logNobuyoshi Nakada
2019-08-30Updated comment of VCS#get_revisions [ci skip]Nobuyoshi Nakada
2019-08-28Ensure the last and changed revisions as IntegersNobuyoshi Nakada
2019-08-27Short revision of SVN should be an IntegerNobuyoshi Nakada
2019-08-26Limit ChangeLog entriesNobuyoshi Nakada
2019-08-25`local_path?` is a class method [ci skip]Nobuyoshi Nakada
2019-08-25tool/lib/vcs.rb: explicitly fail when notes/commits is not availableYusuke Endoh
2019-08-25Revert workaroundKazuhiro NISHIYAMA
2019-08-25Simplified f13a00f5b4 [ci skip]Nobuyoshi Nakada
2019-08-25Export all commits as ChangeLog when no starting commit is found [ci skip]Nobuyoshi Nakada
2019-08-25Add workaround (2nd try)Kazuhiro NISHIYAMA
2019-08-24Add workaround for some CIsKazuhiro NISHIYAMA
2019-08-24Add debug printKazuhiro NISHIYAMA
2019-08-13Detect VCS from the current directory by default [ci skip]Nobuyoshi Nakada
2019-08-13Push commits notes too [ci skip]Nobuyoshi Nakada
2019-08-12Include commits notes in ChangeLogNobuyoshi Nakada
2019-07-30Separate VCS::GIT#upstreamNobuyoshi Nakada
2019-07-15Put vcs .rb to under the lib direcotory.Hiroshi SHIBATA