index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
lib
/
vcs.rb
Age
Commit message (
Expand
)
Author
2022-11-01
vcs.rb: do not reference the constant before assignment
Nobuyoshi Nakada
2022-10-30
vcs.rb: copy safe directory configuration
Nobuyoshi Nakada
2022-10-30
vcs.rb: prettify debug print
Nobuyoshi Nakada
2022-09-30
Add `--zone` option to `VCS`
Nobuyoshi Nakada
2022-09-30
Introduce `VCS::Null` for fallback
Nobuyoshi Nakada
2022-09-30
Check for the availability of the command when detecting
Nobuyoshi Nakada
2022-09-30
Pull up `VCS.short_revision` from `VCS::SVN`
Nobuyoshi Nakada
2022-09-17
Remove git command existence check again
Takashi Kokubun
2022-09-17
Fallback to VCS.release_date on VCS::NotFoundError
Takashi Kokubun
2022-09-17
Auto-generate the release date on version.h from git CommitDate (#6382)
Takashi Kokubun
2022-09-14
Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]
Nobuyoshi Nakada
2022-09-01
VCS#revision_header: Make arguments optional
Nobuyoshi Nakada
2022-09-01
Update revision.h in packages using `VCS#revision_header`
Nobuyoshi Nakada
2022-09-01
Extract `VCS#revision_header`
Nobuyoshi Nakada
2022-06-22
vcs.rb: ignore configuration files get rid of aliases [ci skip]
Nobuyoshi Nakada
2022-06-22
vcs.rb: just one log to check if `--date` option works [ci skip]
Nobuyoshi Nakada
2022-06-22
vcs.rb: show diagnostic/progressing messages when debugging [ci skip]
Nobuyoshi Nakada
2021-09-04
Expand upstream issue numbers to URLs in ChangeLog
Nobuyoshi Nakada
2021-09-03
Add some punctuations as regexp separators to fix commit logs
Nobuyoshi Nakada
2021-07-26
Prepend DebugSystem to VCS class only
Nobuyoshi Nakada
2021-02-08
vcs.rb: update the given option to VCS.detect by keyword arguments
Nobuyoshi Nakada
2021-02-08
vcs.rb: added `base_url` keyword option to GIT#export_changelog
Nobuyoshi Nakada
2021-02-08
vcs.rb: improved export_changelog
Nobuyoshi Nakada
2021-01-26
vcs.rb: fix for baseruby 2.2
Nobuyoshi Nakada
2021-01-26
vcs.rb: support `d` command in log-fix
Nobuyoshi Nakada
2021-01-26
vcs.rb: allow log-fix to insert an empty line
Nobuyoshi Nakada
2021-01-23
vcs.rb: continue just with warning if failed to fetch notes
Nobuyoshi Nakada
2021-01-23
vcs.rb: include commit info in ChangeLog
Nobuyoshi Nakada
2021-01-21
Support `i` command in log-fix
Nobuyoshi Nakada
2020-12-25
Follow up on variations of the development start messages [ci skip]
Nobuyoshi Nakada
2020-07-10
Show messages around the line when replacing failed in format_changelog
Kazuhiro NISHIYAMA
2020-05-28
Remove Ruby <2.2 support from tool/lib/vcs.rb
Jeremy Evans
2020-03-08
Specify explicit separator not to be affected by $;
Nobuyoshi Nakada
2020-02-01
Indent ChangeLog contents [ci skip]
Nobuyoshi Nakada
2020-02-01
Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]
Nobuyoshi Nakada
2020-01-12
vcs.rb: Allow to empty a part in commit log
Nobuyoshi Nakada
2020-01-09
vcs.rb: Get rid of Kernel#open
Nobuyoshi Nakada
2019-12-23
Fix typo in commit logs by log-fix notes
Nobuyoshi Nakada
2019-10-22
make-snapshot: Regexp#match raises on nil now
Nobuyoshi Nakada
2019-10-03
vcs.rb: fix to export git-svn version
Nobuyoshi Nakada
2019-09-15
Try to fetch commits notes to the source tree automatically
Nobuyoshi Nakada
2019-09-15
make-snapshot: no merge commits in ChangeLog
Nobuyoshi Nakada
2019-09-15
make-snapshot: export ChangeLog from srcdir
Nobuyoshi Nakada
2019-09-14
Continue to export even if no notes/commits
Nobuyoshi Nakada
2019-09-08
Suppress detached head warning
Nobuyoshi Nakada
2019-09-07
Fix error when checking file modified with git-svn
Nobuyoshi Nakada
2019-09-07
Use `git describe --contains` for tags
Nobuyoshi Nakada
2019-09-07
Added more debug outputs from VCS::GIT
Nobuyoshi Nakada
2019-09-07
Separated VCS.define_options for common VCS options
Nobuyoshi Nakada
2019-09-06
VCS::GIT no longer accepts remote repository
Nobuyoshi Nakada
[next]