-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude not working on 2.3.1 on El Capitan #64
Comments
Hi, I'm not sure I understand your question Are you trying to remove |
Btw, try adding |
Pods is in the folder system and was at one point checked in. It no longer is. But it looks to me like it's still picking up the commits from that directory from when it was checked in. I'd like it to be excluded from the reports Thanks! |
What's the output from the |
Could you verify that your pattern |
I'm having trouble with this too. I'm trying to exclude the MacOS Sierra here. exclude = "**/public/*"
GitFame::Base.new(repository: '.', exclude: exclude ).to_csv I'm still seeing lots of public if I use the --verbose flag to troubleshoot: git fame --verbose --exclude="**/public/*" --before=2011-09-01 2>&1 | grep public Sample:
|
Perhaps a dependency or even ruby needs to be locked at a lower version somewhere? git clone https://github.com/oleander/git-fame-rb.git
cd git-fame-rb/
bundle
rspec
|
Always getting:
Tim Broder | 15,231
which is wrong. The pod directory was committed at one point, then removedAny other info I can give?
Thanks!
The text was updated successfully, but these errors were encountered: