From 505e52aa3dd44b94a878c7a7e906263535e1df56 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 11 Mar 2024 23:46:04 -0400 Subject: gitolite: Force blank description for newly created repositories A gitolite POST_CREATE trigger is added to initialize the description file in new repos. This prevents the "Unnamed repository; edit this file ..." string from being used by default. This affects new repositories, existing projects will remain as is. Signed-off-by: Malfurious --- gitolite/dotfiles/.gitolite.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitolite/dotfiles/.gitolite.rc') diff --git a/gitolite/dotfiles/.gitolite.rc b/gitolite/dotfiles/.gitolite.rc index bd661de..00227c2 100644 --- a/gitolite/dotfiles/.gitolite.rc +++ b/gitolite/dotfiles/.gitolite.rc @@ -89,6 +89,10 @@ 'push', ], + POST_CREATE => [ + 'create', + ], + ENABLE => [ # COMMANDS -- cgit v1.2.3