diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-06 23:32:18 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-06 23:32:18 +0100 |
commit | e8265117372cf262ce7cb4f6ce3b61f19373aee6 (patch) | |
tree | eee905d4e0697cf3cb057d9d703e26825941ec83 /config.example.scfg | |
parent | 77f5ad1047dc2ae72cd616dc2acc839ea38d881f (diff) | |
download | cerrado-e8265117372cf262ce7cb4f6ce3b61f19373aee6.tar.gz cerrado-e8265117372cf262ce7cb4f6ce3b61f19373aee6.tar.bz2 cerrado-e8265117372cf262ce7cb4f6ce3b61f19373aee6.zip |
feat: Add configuration for ordering repo list
Now it is possible to order the list by; unordered, alphabetical and
last commit both ascendent and descendent.
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.example.scfg b/config.example.scfg index 59a04ad..3ba8959 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -10,6 +10,14 @@ syntax-highlight monokailight passphrase $2a$14$VnB/ZcB1DUDkMnosRA6Y7.dj8h5eroslDxTeXlLwfQX/x86mh6WAq aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBUfiR8ES46ZLLb4w== +# order of the list of repository, values: +# unordered +# alphabetical-asc +# alphabetical-desc +# lastcommit-asc +# lastcommit-desc +order-by lastcommit-asc + # repository section is order dependent where the first repository has priority # in case of conflict. Repository has also priority over scan. The order # between scan and repository is irrelevant which means that all repository |