We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb5895 commit 1ebb4fcCopy full SHA for 1ebb4fc
scripts/maintenance/git-fame.sh
@@ -18,7 +18,7 @@
18
# Also, some files did not have correct authorship.
19
# The output therefore needs manual ordering (see below)
20
git config --local blame.ignoreRevsFile .git-blame-ignore-revs
21
-git fame -wMC --excl '\.(eps|root|ahv|hv|v|hs|s|scan|l|hdr|rtf|gz|if|pdf|safir|options|png|cls|sty|git.*|mailmap)$|external_helpers|crystal_map|collimator.*txt|Doxyfile.in|LICENSE.txt|LICENSES' \
+git fame -wMC --excl '\.(eps|root|ahv|hv|v|hs|s|scan|l|hdr|rtf|gz|if|pdf|safir|options|png|cls|sty|git.*|mailmap)$|external_helpers|crystal_map|collimator.*txt|Doxyfile.in|LICENSE.txt|LICENSES' "$@" \
22
| tee git-fame-output.txt
23
exit
24
0 commit comments