diff options
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/templates/create_git_repo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/git/templates/create_git_repo.sh b/modules/git/templates/create_git_repo.sh index 69cfa6ff..1104edbe 100644 --- a/modules/git/templates/create_git_repo.sh +++ b/modules/git/templates/create_git_repo.sh @@ -7,3 +7,5 @@ cd $name git --bare init --shared=group chmod g+ws branches info objects refs ( cd objects; chmod g+ws * ) +git config receive.denyNonFastForwards true + |