Skip to content
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

option to not recurse through filesystems #100

Open
anarcat opened this issue Nov 2, 2019 · 1 comment
Open

option to not recurse through filesystems #100

anarcat opened this issue Nov 2, 2019 · 1 comment

Comments

@anarcat
Copy link

anarcat commented Nov 2, 2019

there should be a way to tell gitbatch to avoid recursing through filesystems or better control the "walker" so that it can skip directories.

in my case, i'd love if gitbatch could just crawl my entire $HOME except this can't work here because ~/.fuse is a magic directory that uses afuse to dynamically connect to remote servers. recursing in there will wreak havoc and find all sorts of horrors.

having a paramater like -xdev or --one-file-system would be great to work around that problem. short of that, a more generic --exclude pattern could work as well.

thanks, this software looks great!

@isacikgoz
Copy link
Owner

Hi @anarcat, thanks for the feedback. I also think there is a need to rework in recursion implementation.

I will be looking into this and thanks for your compliments :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants