You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update to the cmdline help would be useful, as would emitting an error if loc conflicts with excl. Better would be enabling excl to have an effect regardless of loc.
Using the containerized version (podman on linux),
--excl
appears to have no effect on loc or other stats.Exclusions tried:
--excl='dir'
- to exclude a dir--excl='.*/dir/.*'
- to exclude a dir--excl='.*dir/.*'
- to exclude a dir--excl='.*file.*'
- to exclude a file--excl='.*'
- exclude everythingUsing
-n
with explicitly listed files also fails to exclude.Using
--log=DEBUG
verifies that the regex was received by git-fame as expected.Using
--incl='regex'
also appears to have no effect. Examples:--incl='.*file'
- should just include the one file, but includes all files--incl='non-existent-file'
- still includes everythingThe text was updated successfully, but these errors were encountered: