wai-git-http-0.0.0: Git http-backend CGI App of WAI

Safe HaskellNone
LanguageHaskell2010

Network.Wai.Application.CGI.Git

Synopsis

Documentation

cgiGitBackend Source #

Arguments

:: FilePath

Git base dir

-> Application 

A git back-end

The git base dir is the directory for the git repository to serve. This is repository for bare repositories and `repository/.git` for non-bare repositories.

WARNING: This does not set up any repositories for you, it only serves them you still have to take care of the repositories (and their configuration) behind the scenes.