filestore-0.6.3.1: Interface for versioning file stores.

CopyrightCopyright (C) 2009 John MacFarlane
LicenseBSD 3
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
PortabilityGHC 6.10 required
Safe HaskellSafe
LanguageHaskell98

Data.FileStore.Git

Description

A versioned filestore implemented using git. Normally this module should not be imported: import Data.FileStore instead.

Synopsis

Documentation

gitFileStore :: FilePath -> FileStore Source #

Return a filestore implemented using the git distributed revision control system (http://git-scm.com/).