From 615053c624b357520ef01db60c58e60d848a44bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Feb 2017 14:04:43 -0400 Subject: post-recive hook to make updateInstead work in direct mode and adjusted branches * Added post-recieve hook, which makes updateInstead work with direct mode and adjusted branches. * init: Set up the post-receive hook. This commit was sponsored by Fernando Jimenez on Patreon. --- Types/GitConfig.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Types') diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs index fb25f2f26..af901fcf1 100644 --- a/Types/GitConfig.hs +++ b/Types/GitConfig.hs @@ -18,7 +18,7 @@ import Common import qualified Git import qualified Git.Config import qualified Git.Construct -import Git.SharedRepository +import Git.ConfigTypes import Utility.DataUnits import Config.Cost import Types.UUID @@ -84,6 +84,7 @@ data GitConfig = GitConfig , annexAddUnlocked :: Bool , coreSymlinks :: Bool , coreSharedRepository :: SharedRepository + , receiveDenyCurrentBranch :: DenyCurrentBranch , gcryptId :: Maybe String , gpgCmd :: GpgCmd } @@ -137,6 +138,7 @@ extractGitConfig r = GitConfig , annexAddUnlocked = getbool (annex "addunlocked") False , coreSymlinks = getbool "core.symlinks" True , coreSharedRepository = getSharedRepository r + , receiveDenyCurrentBranch = getDenyCurrentBranch r , gcryptId = getmaybe "core.gcrypt-id" , gpgCmd = mkGpgCmd (getmaybe "gpg.program") } -- cgit v1.2.3