From ed81be399696f7676410af9518ff87abe1a95cd5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 29 Jul 2016 15:59:24 +0200 Subject: [PATCH] Make the short hash 7 characters, not 6 --- roles/pagure/frontend/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 4ff1a3573b..a047b9ce3a 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -140,7 +140,7 @@ ITEM_PER_PAGE = 50 MAX_CONTENT_LENGTH = 4 * 1024 * 1024 # 4 megabytes ### Lenght for short commits ids or file hex -SHORT_LENGTH = 6 +SHORT_LENGTH = 7 ### List of blacklisted project names that can conflicts for pagure's URLs ### or other