Jelmer Vernooij

Results 444 comments of Jelmer Vernooij

Please keep this URLs relative - they shouldn't go to GitHub when dulwich' README is displayed elsewhere, and if you're viewing them in another branch it shouldn't take you back...

That makes sense; not sure if I'll have time to look at this myself anytime soon, but happy to review PRs.

Can you provide the error output?

Thanks; nothing immediately jumps out that might be the cause of the breakage. There are no relevant changes between 2.39.2 and 2.39.3 that I can see: https://github.com/git/git/blob/master/Documentation/RelNotes/2.39.3.txt And the Apple-git...

> local_path = 'c:/tmp/release-package-v0.0.1' This is an odd local path - it's not a valid windows path IIUC, which should be using backslashes. Any reason why you're passing in local_path...

This is a deficiency in dulwich.objectspec.parse_tree, which should probably be calling out to scan_for_short_id()

Thanks! I'll take a look later today As an aside, I think one of the things currently missing from Dulwich is the explicit (user-accessible) concept of a (read) transaction during...

> > As an aside, I think one of the things currently missing from Dulwich is the explicit (user-accessible) concept of a (read) transaction during we could lock files and...

I've got an initial implementation of this.