|
|
|
@@ -447,6 +447,7 @@ func GetContributors(repoPath string) ([]Contributor, error){ |
|
|
|
if err != nil { |
|
|
|
return nil, err |
|
|
|
} |
|
|
|
stdout = strings.Trim(stdout, "\n") |
|
|
|
contributorRows := strings.Split(stdout, "\n") |
|
|
|
if len(contributorRows) > 0 { |
|
|
|
contributorsInfo := make([]Contributor, len(contributorRows)) |
|
|
|
|