Sebastian Thiel
Sebastian Thiel
I did take a look at the issue, just to realize that it probably takes quite a while to truly understand how everything is working with async events from the...
Also see the corresponding tracking ticket [at `gitoxide`](https://github.com/Byron/gitoxide/issues/364), showing which features are implemented already. @o2sh Would you be OK if I contributed the most promising part related to traversing the...
> Reading commits in parallel seems like a way to speed this up a bit, but I'm not sure if this is possible with libgit2. git-repository from [gitoxide](https://github.com/Byron/gitoxide) seems like...
I couldn't resist to do a quick measurement on `reactos` which seems tame compared to the linux kernel. The numbers, however, are even more promising. It seems that ~1.5s are...
For completeness, here is the final values, before… ``` /usr/bin/time -lp onefetch-pre-gitoxide ++++++ Sebastian Thiel ~ git version 2.32.1 (Apple Git-133) ++++++++++++ ---------------------------------------------------- ++++++++++++++++++++ Project: reactos (57 branches, 274 tags)...
> config 'user.name', remote information This will probably be available this month as I am currently working hard to get `git-config` a big step closer to 1.0. All the building...
In integration tests, I think there shouldn't be any need for either `git2` or `gitoxide` if [git-testtools](https://crates.io/crates/git-testtools) is used. The latter allows to write shell scripts which invoke `git` to...
> Is it close to what is expected? I took a look and my answer is "yes, well done :)". > Notice the generated git repos are in the source...
Ah, #812 was what I was looking for, thank you! The draft status doesn't matter, I assumed no PR was available as development was still early, and the draft status...
Thanks for sharing :)! I like the idea of generalizing the 'skip single-parent roots', which would solve the startup issue of showing something people probably aren't very interested in, while...