Results 167 issues of Sebastian Thiel

### Basic Parsing It would be great to be part of the development in case you want to open a draft PR sooner than later. Parsing would go into the...

C-tracking-issue

### Needed from gitoxide * [x] information about branch and commit * **`git describe`** - NOT `git name-rev` ;). * [x] implementation * [x] use it in vergen * [...

C-integrate-gitoxide

#336 was a reminder on how good intentions can end up having undesirable impact which is why it should be put into question if the bundling with `signal-hook` is the...

Even though the foundation is set, it needs another push to actually make it work with different kinds of hashes. ### Tasks * [x] remove hash-type specific methods from `git-hash`...

help wanted
C-tracking-issue

Check the integrity of an entire repository using `gix repository verify` ### Tasks * **multi-db** (incorporate object lookup for loose objects and packs) * [x] multi-threaded * [x] delta-tree cache...

C-tracking-issue

* [ ] checkout a ref to arbitrary directory * [x] diff trees (but leave specific line-based diffing to caller) * [x] traverse tags in topo-order More analysis TBD. https://github.com/crate-ci/cargo-crate-api

C-replace-git2

- ~~fetch~~ (intentionally left to `git` command) - [x] revparsing - [ ] merge base - [x] get branch for head commit - [ ] is dirty (tracked and untracked)...

C-integrate-gitoxide

A more specialized tool to deal with rebasing branches and running automations of it, help handling PRs. * [x] access standard git-config * [x] access workspace local .gitconfig (single file)...

C-integrate-gitoxide

Verify commit messages meet conventions. * [x] revspec parsing * [ ] find merge base * [x] iterate commits in range https://github.com/crate-ci/committed

C-integrate-gitoxide

As in `git push`. ### Tasks * **git-odb** * [x] basic pack generation based on tree-diff or tree-traversal * [x] **Traversal** (as building blocks to feed pack generation) * [x]...

C-tracking-issue