casperdcl/git-fame

Excluding a folder

RamuRChenchaiah opened this issue · 4 comments

Hi There,

Would you please advice on how to exclude a folder (for example .git folder)?

Thanks

Using the --excl option seems to be broken

--excl uses regex (e.g. --excl=".*some_folder[\\/].*")

Closing for now; happy to reopen if further clarification is needed.

Seems to not work for me either. I tried using the suggested --excl and several versions of it and it always returned the same loc. Using homebrew version.

Thanks for your work btw, really appreciate it! Everything else seems to work fine though.