autocommit
This commit is contained in:
parent
0b3a513191
commit
09ed42abc7
@ -61,7 +61,7 @@ add_repos_remote() {
|
|||||||
repo_path="/$(dirname "$repo_path")"
|
repo_path="/$(dirname "$repo_path")"
|
||||||
[[ ! " $(groups) " == *" $(echo "$repo_path" | cut -d'/' -f3) "* ]] && continue
|
[[ ! " $(groups) " == *" $(echo "$repo_path" | cut -d'/' -f3) "* ]] && continue
|
||||||
repos["$repo_path"]=1
|
repos["$repo_path"]=1
|
||||||
done < <(find "." -type d -name '*.git' -printf '%P\0' 2>/dev/null)
|
done < <(find "home" -type d -name '*.git' -print0 2>/dev/null)
|
||||||
}
|
}
|
||||||
|
|
||||||
sync_one() {
|
sync_one() {
|
||||||
|
Loading…
Reference in New Issue
Block a user