| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-07 | Recent commits of trunk do not have svn revision | Kazuhiro NISHIYAMA | |
| 2019-05-03 | Nil cannot and should not convert to a string | NAKAMURA Usaku | |
| 2019-05-02 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2019-05-01 | No last commit when up-to-date | Nobuyoshi Nakada | |
| Get the last commit title from the upstream to the head, so that no `last_commit` line will be shown when the branch is up to date with the upstream. | |||
| 2019-04-30 | Change Accept-Encoding from `*` to `identity` | Kazuhiro NISHIYAMA | |
| When `Accept-Encoding` is `*`, http://www.unicode.org/Public/12.1.0/ucd/ returns gzipped content now. So set `identity`. | |||
| 2019-04-30 | Use redirect keyword arguments instead of ">" | NAKAMURA Usaku | |
| 2019-04-30 | Use array mode of `system` instead of `shellescape` | Nobuyoshi Nakada | |
| `&.` is not available in ruby 2.0. | |||
| 2019-04-30 | String#[] with index to extract matched substring safely | Nobuyoshi Nakada | |
| 2019-04-30 | Must use IO::NULL instead of platform dependent filename | NAKAMURA Usaku | |
| 2019-04-30 | **Must** use IO::NULL for null device | NAKAMURA Usaku | |
| 2019-04-30 | `from` is not nil but `""` on shallow clone [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-04-30 | Add Reline as a fallback library for Readline | aycabta | |
| * lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible library. * lib/readline.rb: Readline uses a fallback to Reline when ext/readline doesn't exist. * tool/sync_default_gems.rb: add ruby/reline as a default gem. * appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit of Reline, and add "--exclude readline" to "nmake test-all" on Visual Studio builds because of strange behavior. * spec/ruby/library/readline/spec_helper.rb: skip Reline as with RbReadline. | |||
| 2019-04-29 | Use 10 chars as RUBY_REVISION in snapshot too | Kazuhiro NISHIYAMA | |
| 2019-04-29 | Fully support Git in tool/merger.rb | Takashi Kokubun | |
| as both backport source repository and backport destination repository. | |||
| 2019-04-29 | * remove trailing spaces. | git | |
| 2019-04-29 | tool/merger.rb: Avoid making too-deep indentation | Takashi Kokubun | |
| because it's hard to understand what's going on when indentation depth is too deep. Sorry for polluting git blame, but most of the Merger's lines are updated recently anyway. | |||
| 2019-04-29 | Support `tool/merger.rb removetag` under Git | Takashi Kokubun | |
| repository. | |||
| 2019-04-29 | Support `tool/merger.rb tag` under Git repository | Takashi Kokubun | |
| 2019-04-28 | Support `tool/merger.rb up` under Git repository | Takashi Kokubun | |
| updating indentation (and slightly changing styles) for areas already supporting Git. | |||
| 2019-04-28 | Fix wrong svn options | Takashi Kokubun | |
| for SVN as a backport source. This was a mistake in de5378233b2ff5434f024ac66285e699794a321d... | |||
| 2019-04-28 | Stop using global variable for repos | Takashi Kokubun | |
| to avoid having impact from other places. | |||
| 2019-04-28 | Now tool/merger.rb may use Git [ci skip] | Takashi Kokubun | |
| 2019-04-28 | Drop SVN-specific method from Merger module | Takashi Kokubun | |
| to clarify it's not needed for Git support. | |||
| 2019-04-28 | Make Merger.version private to the module | Takashi Kokubun | |
| because it's not used outside the Module. | |||
| 2019-04-28 | Define merger.rb's methods under Merger namespace | Takashi Kokubun | |
| so that we do not monkey-patch all classes by defining methods on top-level (Object class). Not arranging indentation in it to keep `git blame` for now. | |||
| 2019-04-28 | Support git as redmine-backporter's done destination | Takashi Kokubun | |
| 2019-04-28 | Make the range to export as changelog optional | Nobuyoshi Nakada | |
| * `from` is defaulted to the beginning of the branch inclusively, otherwise the given revision is excluded as the previous. * `to` is defaulted to the head. | |||
| 2019-04-28 | Added VCS::SVN#branch_beginning | Nobuyoshi Nakada | |
| 2019-04-28 | Search the beginning revision more strictly a bit | Nobuyoshi Nakada | |
| 2019-04-28 | Removed `--reverse` option | Nobuyoshi Nakada | |
| It is nonsense with `-n1` option. | |||
| 2019-04-28 | Chomp a newline from the branch name | Nobuyoshi Nakada | |
| 2019-04-28 | Shorten git revision name without "r" prefix in snapshot | Nobuyoshi Nakada | |
| 2019-04-28 | Reduce matz's work, let git do it instead | Nobuyoshi Nakada | |
| 2019-04-27 | Support git-log format ChangeLog | Nobuyoshi Nakada | |
| 2019-04-27 | Separate format_changelog | Nobuyoshi Nakada | |
| VCS::GITSVN#format_changelog generates previous format, similar to svn-log, and VCS::GIT#format_changelog stores just git-log as-is for now. | |||
| 2019-04-27 | Override log format to parse for ChangeLog | Nobuyoshi Nakada | |
| 2019-04-27 | Include the beginning commit in ChangeLog | Nobuyoshi Nakada | |
| 2019-04-27 | Retry downloads more for unicode outage | Takashi Kokubun | |
| like https://ci.appveyor.com/project/ruby/ruby/builds/24142523/job/v6aq4srj7c3hgt86 | |||
| 2019-04-26 | tool/sync_default_gems.rb: Check prerequisites | Takashi Kokubun | |
| 2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | |
| Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents". | |||
| 2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta | |
| 2019-04-23 | Add VCS::GIT#commit | Nobuyoshi Nakada | |
| 2019-04-23 | Split git-svn dependent methods | Nobuyoshi Nakada | |
| 2019-04-23 | [ci skip] grammers in comments | Urabe, Shyouhei | |
| 2019-04-22 | Omit last_commit=RUBY_LAST_COMMIT_TITLE without local commits | Kazuhiro NISHIYAMA | |
| 2019-04-22 | Migrate RUBY_VERSION/RUBY_DESCRIPTION to Git | Takashi Kokubun | |
| from Subversion. This behavior is tentative and not discussed well. The point of discussion will be just the length of commit hash, and I thought we should include this kind of change in 2.7.0-preview1 release even before the length is fixed yet. Let's discuss that afterwards and fix it later as needed. Naruse suggested that length=10 is very unlikely to cause conflict, and thus it's used by email notification and rubyci now. This behavior is in favor of that for now. | |||
| 2019-04-21 | tool/redmine-backporter.rb: Git support in backport/rel | k0kubun | |
| close https://github.com/ruby/ruby/pull/2138 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-04-21 | tool/redmine-backporter.rb: Remove unused methods | k0kubun | |
| They seem to have never been used from the beginning (r45081). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-04-21 | Drop tool/generate-backport-changelog.rb | k0kubun | |
| because we're not writing ChangeLog since ruby_2_4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-04-21 | tool/merger.rb: Guard match failure properly | k0kubun | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
