package
0.0.8
Repository: https://github.com/therealkevinard/gitdir.git
Documentation: pkg.go.dev

# Functions

CompileDirPath prefixes a directory tree with constant roots.
FindGitDirs uses filepath.Walk to recursively identify git repos, returning the slice of git paths repos are identified as `parent directory of a .git directory`.
No description provided by the author
No description provided by the author
No description provided by the author
NormalizeRepoURL normalizes repoURL to a partial directory tree.
No description provided by the author
WriteExecFile is used to write temporary shell scripts with +x .

# Structs

LocalRepoPath represents a directory path string with or without a common prefix stripped.
UserPaths stores root-level paths used by the application.

# Type aliases

RepoList is a string-indexed map of *LocalRepoPath.