Jelmer Vernooij
Jelmer Vernooij
Might be related to #799?
The Paramiko SSH Vendor has been moved to dulwich/contrib, making this issue somewhat less important.
Replying to the comments by @friz-zy in https://github.com/dulwich/dulwich/pull/615: There is currently no end-to-end test for SSH with a real SSH server, since this is tricky to do (e.g. involves depending...
On Sat, May 18, 2013 at 02:15:31PM -0700, Jim Kelly wrote: > is there currently support for prompting garbage collection? I'm not seeing anything poking through the docs and the...
Ah, of course. My first thought was of Python GC for some reason, hence my confusion. :-) There is indeed no support for Git GC at the moment; it'd be...
On Fri, Apr 09, 2021 at 07:41:27AM -0700, MCOfficer wrote: > I need to find a remote repo's master branch. In git that's > ``` > git ls-remote --symref HEAD...
That seems reasonable, would you mind submitting a PR that added fallback to "cmd /c git" when FindExecutable can't find "git" ? I'm not sure if we can just change...
@pmrowla @dtrifiro @efiop I notice there's at async SSH vendor implementation in scmrepo - that might be great here as well - once there is an async client implementation.
patches to help address this are most welcome - how does C git deal with pulls to shallow repositories?
Uhm - I just published a new release, so it's far from dead :) My spare time is limited and real life gets in the way so I can't always...