diff options
Diffstat (limited to 'config.example.scfg')
-rw-r--r-- | config.example.scfg | 5 |
1 files changed, 5 insertions, 0 deletions
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 |