Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Shallow fetching

I have been looking into using JGit and have been able to do most things successfully. One part that I am having a hard time is in doing shallow clones, basically the equivalent of:
git clone --depth 1

Is this possible with JGit? (If not, would you guys be interested in a patch?) 

I have not been able to find a previous discussion on the topic. If this has been discussed earlier, I will appreciate a pointer.

Thanks!

Regards,
Vineet

Back to the top