From 78f8450e1df66387e68e0b737a5bdc23a7e92acc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 7 Apr 2023 16:04:47 +0800 Subject: [PATCH] Update patch creation script --- bin/create-patches-for-content-workspace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create-patches-for-content-workspace.rb b/bin/create-patches-for-content-workspace.rb index 837cb33..f2b347d 100644 --- a/bin/create-patches-for-content-workspace.rb +++ b/bin/create-patches-for-content-workspace.rb @@ -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|