Sebastian Thiel
Sebastian Thiel
### Required features What follows is the result of a real quick analysis * [x] init repo * [ ] `git status` * [x] `git fetch` * [ ] `git...
* [x] V2 ls-refs command should rather be part of the handshake as it's used there exclusively. * [ ] abstractions for `push` interactions
**Before doing any integration work, check if it's an option since they have `no_std` support which `gitoxide` doesn't have and can't have**. Note that it actually invokes `git` as sub-process,...
When installing `ein` with `cargo install gitoxide`, one can run `ein tools organize` to get a listing of how repositories would be moved if `--execute` was specified. It could help...
Thanks for this crate :). I use it all the time and even switched from `quick-error` to it because it seemed to have no real disadvantages. My problem is probably...
As the author of `dua` I noticed that on the M1 chip IO performance gets worse if the high-efficiency cores are taken into consideration when configuring thread pools. Thus for...
In the chapter "[The PackFile](https://github.com/schacon/gitbook/tree/master/text/52_The_Packfile)", the [first figure](http://book.git-scm.com/assets/images/figure/packfile-index.png) for version 2 index files introduces the variable '_size_' as amount of entries. When describing the blocks for sha and crc values,...
Maybe it's not even supposed to work, yet I thought I should let you know anyway. ``` bash tree | icepick ``` 
In order for git-up to set the terminals color, special codes have to be emitted to stdout. This is fine, as long as stdout is connected to a tty. If...
Currently, GPG based signature configuration is not respected by default, even though users would expect commits to be created just like Git would. For instance, creating a commit in a...