Skip to content

Allow configurable maxdepth in repo_index #325

@xpuu

Description

@xpuu

It would be nice to have maxdepth configurable in .git.scmbrc

# Recursively searches for git repos in $GIT_REPO_DIR
function _find_git_repos() {
# Find all unarchived projects
local IFS=$'\n'
for repo in $(find -L "$GIT_REPO_DIR" -maxdepth 3 -name ".git" -type d \! -wholename '*/archive/*'); do

p.s. Thanks for the awesome toolset. It's a pleasure to follow your workflow.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions