File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ AUTHORS=(
29
29
30
30
[[ -n " ${REPO_FILTER+x} " ]] || REPO_FILTER=" github.com/(${$(printf " |%s" " ${AUTHORS[@]} " ): 1} )"
31
31
32
- [[ -n " ${IGNORED_FILES+x} " ]] || IGNORED_FILES=' ^\(\.gx\|package\.json\|\.travis\.yml\|go.mod\|go\.sum|\.github|\.circleci\)$'
32
+ [[ -n " ${IGNORED_FILES+x} " ]] || IGNORED_FILES=' ^\(\.gx\|package\.json\|\.travis\.yml\|go\ .mod\|go\.sum\ |\.github\ |\.circleci\|.*\.pb\.go\|cbor_gen\.go\|.*ipldsch.*\.go \)$'
33
33
34
34
NL=$' \n '
35
35
@@ -49,7 +49,7 @@ statlog() {
49
49
mailmap_file=" $ROOT_DIR /.mailmap"
50
50
fi
51
51
52
- git -C " $rpath " -c mailmap.file=" $mailmap_file " log --use-mailmap --shortstat --no-merges --pretty=" tformat:%H%n%aN%n%aE" " $start ..$end " | while
52
+ git -C " $rpath " -c mailmap.file=" $mailmap_file " log --use-mailmap --shortstat --no-merges --pretty=" tformat:%H%n%aN%n%aE" " $start ..$end " -- . ' :^*\.pb\.go ' ' :^*ipldsch*\.go ' ' :^cbor_gen\.go\ ' ' :^go\.mod ' ' :^go\.sum ' | while
53
53
read hash
54
54
read name
55
55
read email
You can’t perform that action at this time.
0 commit comments