Revert "Removed the vendored git-lfs and the GitLfs build flag"
This reverts commit efda811404
.
Turns out that datalad is building git-annex against debian bullseye.
https://github.com/datalad/git-annex/issues/149
This commit is contained in:
parent
adb122adcf
commit
f316b7f105
8 changed files with 499 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Remote.GitLFS (remote, gen, configKnownUrl) where
|
||||
|
||||
|
@ -43,7 +44,12 @@ import Logs.Remote
|
|||
import Logs.RemoteState
|
||||
import qualified Git.Config
|
||||
|
||||
#ifdef WITH_GIT_LFS
|
||||
import qualified Network.GitLFS as LFS
|
||||
#else
|
||||
import qualified Utility.GitLFS as LFS
|
||||
#endif
|
||||
|
||||
import Control.Concurrent.STM
|
||||
import Data.String
|
||||
import Network.HTTP.Types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue