Struct mrh::Crawler [] [src]

pub struct Crawler<'a> { /* fields omitted */ }

Crawls the filesystem, given a starting point, looking for Git repos.

Methods

impl<'a> Crawler<'a>
[src]

[src]

path is where crawling for Git repos begin, the starting point

[src]

Decide if you only want matches that are in pending state

[src]

Decide if you want to exclude matches that have untracked files

[src]

Display absolute paths (instead of relative ones)

[src]

Decide if you want matches whose HEADS are not tagged

A use-case is where related repositories (e.g. those comprising a single system), need to be tagged before, say, a release

[src]

Run the crawler