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
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!
The text was updated successfully, but these errors were encountered:
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 usesafuse
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!
The text was updated successfully, but these errors were encountered: