Skip to content

Commit

Permalink
pass arguments to git-fame.sh to git fame
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Feb 3, 2025
1 parent 0debe17 commit ed43fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/maintenance/git-fame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Also, some files did not have correct authorship.
# The output therefore needs manual ordering (see below)
git config --local blame.ignoreRevsFile .git-blame-ignore-revs
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' "$@" \
| tee git-fame-output.txt
exit

Expand Down

0 comments on commit ed43fa0

Please sign in to comment.