hound
hound copied to clipboard
Add fake VCS driver
Add a fake VCS driver, to allow indexing a local, not versioned directory.
Out of curiosity, are you running into a situation that's preventing a git init
in a local directory?
It would be really great if this could be merged. Is it okay if I take this over? I think "vcs": "local"
or "vcs": "file"
would be more descriptive than none
though.
@mrexodia feel free to take this over! I'd also love to know more about your use case for having code search without some sort of version control.
Hopefully will be able to get to it this month... My use case is indexing a few GB of leaked source code and adding things to git would take a lot of disk space/time.
Hey @mrexodia, I was under the impression that you'd be taking this PR over. Are you able to resolve the outstanding items and comments in this PR?
Hopefully eventually, don’t have the most time in the world but I’ll get to it…