Update patch creation script

This commit is contained in:
Gabriel Arazas 2023-04-07 16:04:47 +08:00
parent ef8bbd7e76
commit 78f8450e1d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -94,7 +94,7 @@ end
# setting the branches reference as a starting point. I don't see any setback
# with this approach yet.
repo_walker = Rugged::Walker.new(code_workspace)
repo_walker.sorting(Rugged::SORT_DATE | Rugged::SORT_REVERSE)
repo_walker.sorting(Rugged::SORT_REVERSE)
# The branches at this point should have been filtered with the given prefix.
options[:branches].each do |branch|