This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository fateserver.

commit 13be5cabb86034a9cddf40c77fd6844363881b89
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Thu Jul 30 01:04:06 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Wed Aug 12 00:42:16 2026 +0200

    index: let the Arch column sort in both directions
    
    "arch" is rewritten to "subarch" before lsort compares it against the
    current key, so the header never matched and never offered the reverse
    order.
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 index.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.cgi b/index.cgi
index 0017efe..377651e 100755
--- a/index.cgi
+++ b/index.cgi
@@ -237,7 +237,7 @@ end 'tr';
 start 'tr';
 start 'th'; lsort 'Time',     'descdate';      end 'th';
 start 'th'; lsort 'Rev',      'rev';           end 'th';
-start 'th'; lsort 'Arch',     'arch';          end 'th';
+start 'th'; lsort 'Arch',     'subarch';       end 'th';
 start 'th'; lsort 'OS',       'os';            end 'th';
 start 'th'; lsort 'Compiler', 'cc';            end 'th';
 start 'th'; lsort 'Comment',  'comment';       end 'th';

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to