From 30d722da053fb4007b897cb201418b4fed544ace Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 6 Feb 2025 23:47:51 +0100 Subject: feat: Add option for remove ".git" suffix --- config.example.scfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.example.scfg') diff --git a/config.example.scfg b/config.example.scfg index 3ba8959..2ed13cd 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -16,8 +16,13 @@ aes-key 8XHptZxSWCGs1m7QzztX5zNQ7D9NiQevVX0DaUTNMbDpRwFzoJiB0U7K6O/kqIt01jJVgzBU # alphabetical-desc # lastcommit-asc # lastcommit-desc +# default: unordered order-by lastcommit-asc +# removes ".git" suffix from the name of the repository. +# default: false +remove-suffix true + # 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 -- cgit v1.2.3