We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc1585 commit b234062Copy full SHA for b234062
ghstat.sh
@@ -92,7 +92,7 @@ done | tqdm --desc "[3/4] clone" --unit repos --total $(echo $REPOS_INCL | wc -w
92
[[ -f languages.yml ]] || wget https://github.com/github/linguist/raw/master/lib/linguist/languages.yml
93
for repo in ${REPOS_INCL}; do
94
repo_path="$(echo "$this/repos/$repo/" | sed -r 's/(\W)/\\\1/g')"
95
- git -C "$this/repos/$repo" log --format="" -M -C -C --author="$AUTHOR" --numstat |
+ git -C "$this/repos/$repo" log --format="" -M -C -C --author="$AUTHOR" --numstat || : |
96
sed -r "s/(\t.*\t)/\1${repo_path}/"
97
done |
98
tqdm --desc "[4/4] processing" --unit commits |
0 commit comments