| Copyright | (c) 2020-2021 Vaclav Svejcar |
|---|---|
| License | BSD-3-Clause |
| Maintainer | vaclav.svejcar@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.VCS.Ignore.Core
Description
This module contains core operations you can perform over the scanned Repo.
Documentation
Arguments
| :: (MonadIO m, Repo r) | |
| => FilePath | path where to start scanning |
| -> m (Maybe r) | scanned |
Attempts to find (and scan via scanRepo) repository at given path.
If given path doesn't contain valid repository, it recursively tries in every
parent directory until the root directory (e.g. C: or /) is reached.