Skip to content

Commit 40b81cf

Browse files
committed
fix(git): Export more function to make parallel work
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 2de6f5f commit 40b81cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

functions/git

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ git_refresh() {
119119
git sweep
120120
}
121121

122+
export -f git_is_inside
123+
export -f git_root
122124
export -f git_refresh
123125

124126
git_pull_all() {

0 commit comments

Comments
 (0)