summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
AgeCommit message (Expand)Author
13 daysSkip blame-ignored revisions [ci skip]Nobuyoshi Nakada
13 daysAdd `skip` log-fix command to skip that commit totally [ci skip]Nobuyoshi Nakada
2025-04-22Assign the result of `format_changelog` to the changelog writerNobuyoshi Nakada
2025-04-19SVN repository is already retiredHiroshi SHIBATA
2025-02-17Ignore broken git work directory at creating revision.h [ci skip]Nobuyoshi Nakada
2024-05-09Revert "Update revision.h if branch unmatch not only revision"Nobuyoshi Nakada
2024-05-08Update revision.h if branch unmatch not only revision [ci skip]Nobuyoshi Nakada
2024-02-25Exclude `.mailmap` from snapshots [ci skip]Nobuyoshi Nakada
2023-12-28Exclude [ci skip] commits from ChangeLogNobuyoshi Nakada
2023-12-28Exclude dependabot from ChangeLog [ci skip]Nobuyoshi Nakada
2023-10-03Support regexp in log-fix [ci skip]Nobuyoshi Nakada
2023-09-23Improve VCS::GIT#format_changelog addessing [ci skip]Nobuyoshi Nakada
2023-07-10Use `File::NULL` instead of hard coded null device namesNobuyoshi Nakada
2023-02-13Apply zone offset to the last modified timeNobuyoshi Nakada
2022-11-01vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada
2022-10-30vcs.rb: copy safe directory configurationNobuyoshi Nakada
2022-10-30vcs.rb: prettify debug printNobuyoshi Nakada
2022-09-30Add `--zone` option to `VCS`Nobuyoshi Nakada
2022-09-30Introduce `VCS::Null` for fallbackNobuyoshi Nakada
2022-09-30Check for the availability of the command when detectingNobuyoshi Nakada
2022-09-30Pull up `VCS.short_revision` from `VCS::SVN`Nobuyoshi Nakada
2022-09-17Remove git command existence check againTakashi Kokubun
2022-09-17Fallback to VCS.release_date on VCS::NotFoundErrorTakashi Kokubun
2022-09-17Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun
2022-09-14Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]Nobuyoshi Nakada
2022-09-01VCS#revision_header: Make arguments optionalNobuyoshi Nakada
2022-09-01Update revision.h in packages using `VCS#revision_header`Nobuyoshi Nakada
2022-09-01Extract `VCS#revision_header`Nobuyoshi Nakada
2022-06-22vcs.rb: ignore configuration files get rid of aliases [ci skip]Nobuyoshi Nakada
2022-06-22vcs.rb: just one log to check if `--date` option works [ci skip]Nobuyoshi Nakada
2022-06-22vcs.rb: show diagnostic/progressing messages when debugging [ci skip]Nobuyoshi Nakada
2021-09-04Expand upstream issue numbers to URLs in ChangeLogNobuyoshi Nakada
2021-09-03Add some punctuations as regexp separators to fix commit logsNobuyoshi Nakada
2021-07-26Prepend DebugSystem to VCS class onlyNobuyoshi Nakada
2021-02-08vcs.rb: update the given option to VCS.detect by keyword argumentsNobuyoshi Nakada
2021-02-08vcs.rb: added `base_url` keyword option to GIT#export_changelogNobuyoshi Nakada
2021-02-08vcs.rb: improved export_changelogNobuyoshi Nakada
2021-01-26vcs.rb: fix for baseruby 2.2Nobuyoshi Nakada
2021-01-26vcs.rb: support `d` command in log-fixNobuyoshi Nakada
2021-01-26vcs.rb: allow log-fix to insert an empty lineNobuyoshi Nakada
2021-01-23vcs.rb: continue just with warning if failed to fetch notesNobuyoshi Nakada
2021-01-23vcs.rb: include commit info in ChangeLogNobuyoshi Nakada
2021-01-21Support `i` command in log-fixNobuyoshi Nakada
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