Skip to content

Commit 1ebb4fc

Browse files
pass arguments to git-fame.sh to git fame
1 parent 1fb5895 commit 1ebb4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/maintenance/git-fame.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Also, some files did not have correct authorship.
1919
# The output therefore needs manual ordering (see below)
2020
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' \
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' "$@" \
2222
| tee git-fame-output.txt
2323
exit
2424

0 commit comments

Comments
 (0)