diff options
author | Takashi Kokubun <[email protected]> | 2024-05-29 10:33:20 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-05-29 10:39:32 -0700 |
commit | a760e21bc122c67478b318b3f032d70fac1a6077 () | |
tree | 6e9f61ed4db40429a6d655be511d043a18a12bbc /tool/redmine-backporter.rb | |
parent | a3edc4abc574b04bcacfae2af188cce7d27bfcf1 (diff) |
Sort backport revisions by commit timestamps
-rwxr-xr-x | tool/redmine-backporter.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -191,10 +191,12 @@ def backport_command_string # check if the Git revision is included in master has_commit(c, "master") end @changesets.define_singleton_method(:validated){true} end - "#{merger_path} --ticket=#{@issue} #{@changesets.sort.join(',')}" end def status_char(obj) |