Skip to main content

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

On Fri, Apr 13, 2012 at 14:52, Vineet Sinha <vineet@xxxxxxxxxxxxx> wrote:
> 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?)

The client portion of shallow support is not yet implemented.

Its a non-trivial amount of work, but if you were to implement it ...
we would love to have the patches!  :-)


Back to the top