docs: mention shallow cloning

This commit is contained in:
curben 2019-03-07 11:09:54 +10:30
parent fc9a114a3a
commit afb1267ff0
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ Please report malware URL to the upstream maintainer through https://urlhaus.abu
This repo is not endorsed by Abuse.sh.
## Cloning
Since the filter is updated frequently, cloning the repo would become slower over time as the revision grows.
Use shallow clone to get the recent revisions only. Getting the last five revisions is sufficient for a valid MR.
`git clone --depth 5 https://gitlab.com/curben/urlhaus-filter.git`
## License
[Creative Commons Zero v1.0 Universal](LICENSE.md)