Jelmer Vernooij

Results 469 comments of Jelmer Vernooij
trafficstars

This depends on #718, if you wanted to set multiple headers. -- Jelmer Vernooij ***@***.***> PGP Key: https://www.jelmer.uk/D729A457.asc

In general, "dulwich.porcelain.X" should work like the "git X" command, including behaviour around os.getcwd(). Users that don't want to change the cwd can specify absolute paths. Obviously there are some...

You should already be able to set a timeout by passing in a custom urllib3 PoolManager into HttpGitClient that has the timeout option set. Open to talking about what we...

The number of "haves" is surprising - does your local repository happen to have a lot of refs? If not, what does the revision graph look like - is there...

Thanks! I appreciate you sharing this code even if it isn't finished. I've added it to my list of things to follow up on; might take a couple of weeks.

> Do you think if it will be better to move the function `unstage` from `porcelain` under `dulwich.repo.Repo`? We should keep an eye on the number of methods on Repo,...

Thanks for your patience; I think we're close to being able to merge this now.

Sorry, I've been travelling. I'll take a look at this tomorrow or on Tuesday.

I've merged some of the components. I'll try to merge the remainder in the next week or so.

Sorry for the delay - I'll take another look this week.