diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-06 23:47:51 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-06 23:47:51 +0100 |
commit | 30d722da053fb4007b897cb201418b4fed544ace (patch) | |
tree | 264bb54efdf7d5d42736436772c4f21951ac19d8 /config.example.scfg | |
parent | e8265117372cf262ce7cb4f6ce3b61f19373aee6 (diff) | |
download | cerrado-56d346178e364c186e7b6029c15810502ebccd9c.tar.gz cerrado-56d346178e364c186e7b6029c15810502ebccd9c.tar.bz2 cerrado-56d346178e364c186e7b6029c15810502ebccd9c.zip |
feat: Add option for remove ".git" suffixv0.0.20
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 |