Copyright | Copyright (C) 2009 John MacFarlane |
---|---|
License | BSD 3 |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Stability | alpha |
Portability | GHC 6.10 required |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
A versioned filestore implemented using git. Normally this module should not be imported: import Data.FileStore instead.
- gitFileStore :: FilePath -> FileStore
Documentation
gitFileStore :: FilePath -> FileStore Source
Return a filestore implemented using the git distributed revision control system (http://git-scm.com/).