From 497e9cd48199cd424a4132310fcb7e85a8d0c087 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 11 Oct 2006 03:02:58 +0200 Subject: [PATCH] Export lock_file, unlock_file --- cgi/Git/RepoCGI.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/Git/RepoCGI.pm b/cgi/Git/RepoCGI.pm index 25111df..ed505e7 100644 --- a/cgi/Git/RepoCGI.pm +++ b/cgi/Git/RepoCGI.pm @@ -10,6 +10,7 @@ BEGIN { our $VERSION = '0.1'; our @ISA = qw(Exporter); our @EXPORT = qw(scrypt html_esc jailed_file + lock_file unlock_file filedb_atomic_append filedb_atomic_edit valid_name valid_email valid_repo_url valid_web_url); -- 2.11.4.GIT