https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473
--- Comment #363 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 187545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187545&action=edit [#1] Fix attachment upload order Attachments were being uploaded in reverse chronological order (newest first), which breaks sequential patch application. Added --reverse flag to git rev-list to ensure commits are returned in chronological order (oldest first). - GitBz::Git->rev_list(): Add --reverse flag for chronological ordering - t/attach_order.t: Test demonstrating issue and expected behavior Signed-off-by: Tomás Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
