NAME

reposearch - scan for repositories of different vcs in the given directories.

SYNOPSIS

reposearch [OPTIONS] <dir1> <dir2> …

DESCRIPTION

This manual page documents briefly the reposearch command.

reposearch is a program to scan for repositories of different vcs in the given directories. Default search mode is not to look into subdirectories.

OPTIONS

-h/—help

Print a help summary

-r/—recursive (default=false)

Look for mercurial repositories in subdirectories also.

-t/—type (default=hg, supported=git, gitbare, hg, bzr, darcs)

Type of repositories to scan for. Seperate multiple types with ",".

EXAMPLES

List all mercurial repositories

    reposearch ~/hp/hg

List all mercurial repositories recursive

    reposearch -r ~/hp/hg

List all git repositories recursive

    reposearch -t git -r ~/hp/git

List all git and hg repositories recursive

    reposearch -t git,gitbare -r ~/hp/git

SEE ALSO

hg(1), hgmergevim(1), hgr(1), reposearch(1), hg-mirror(1)

AUTHOR

hg-reposearch was written by Michael Gebetsroither <gebi@grml.org>

This manual page was written by Michael Gebetsroither <gebi@grml.org>