Nhoya / gOSINT

OSINT Swiss Army Knife
GNU General Public License v3.0
616 stars 80 forks source link

Reworking git module #7

Open Nhoya opened 6 years ago

Nhoya commented 6 years ago

At the moment the git module is limited to git API or memory space. This can lead to 2 problems:

The possible solution was to implement the equivalent for git clone -n but is not currently supported from go-git and i don't want to depend from a wrapper like https://github.com/libgit2/git2go (pure go is always better), less dependencies, less problems

So I'm waiting the implementation of src-d/go-git/pull/721 to proceed with the reworking

The new module should be way faster and less resource hungry

Nhoya commented 6 years ago

Update: the PR was merged, waiting for the new release