goop
goop copied to clipboard
Yet another tool to dump a git repository from a website, focused on as-complete-as-possible dumps and handling weird edge-cases.
Thank You!
We could probably further boost speed and reliabilty by switching to a libgit2 binding like go2git, especially since go-git obviously struggles with some things the original git implementation doesn't. This...
in all places where we call out to the git cli we should be using `--porcelain` to parse data from a stable format.
When running `goop` in a restricted environment such as a container, the `git` command might not be installed. Instead of assuming the existence of the command, we use the pure...
added today https://github.com/BlackArch/blackarch/pull/4015/files
Is it possible to provide a header value pair that is used for every http request sent to the server? If not could you please tell me where to edit...
Apparently while you can use domain.com:port you can't use IP:port so i added an option to do that
Adds the feature of changing your User-Agent to whatever you want. I added the command `-u` or `--useragent` inside **goop.go** and a new method called `CustomUE` inside **clone.go** to check...