gitoxide
gitoxide copied to clipboard
An idiomatic, lean, fast & safe pure Rust implementation of Git
### Summary 💡 Hello! I maintain the Arch Linux package of gitoxide and I'm having trouble keeping track of "what's the latest version of gitoxide (the program)". :) The release...
### Current behavior 😯 In `gix-worktree-state/tests/state/checkout.rs`, the test `overwriting_files_and_lone_directories_works` fails occasionally on the assertion: https://github.com/Byron/gitoxide/blob/3c2174101ed35dcb9bdb4585b3245507b15efe59/gix-worktree-state/tests/state/checkout.rs#L238 Usually it passes, but occasionally it fails. This happens both on CI and in manual...
Based on #1363 ---- ### diff-correctness → `gix-status` → gix reset ---- Improve `gix status` to the point where it's suitable for use in `reset` functionality. Leads to a proper...
### Current behavior 😯 [](https://asciinema.org/a/9mxSMvPg80KJu2biphHxWoNt3) ### Expected behavior 🤔 _No response_ ### Git behavior _No response_ ### Steps to reproduce 🕹 _No response_
Based on #1368 ---- ### diff-correctness → `gix-status` → gix reset ---- Improve `gix status` to the point where it's suitable for use in `reset` functionality. Leads to a proper...
I recommend against merging this yet, because I want to do more research to check that I am not inadvertently introducing a security vulnerability. ### Background Like Git, gitoxide avoids...
### Current behavior 😯 Attempting to clone [a repository that has a branch called `HEAD`](https://github.com/promised-ai/rv) results in this error: ``` $ gix clone https://github.com/promised-ai/rv Error: Found 1 issue that prevents...
This issue tracks the status for the application to https://www.sovereigntechfund.de (STF) as well as to https://nlnet.nl . Note that the STF is mutually exclusive, but the idea is to have...
### Current behavior 😯 On CentOS 7, if `gitoxide` is built with `libcurl-devel` installed (which provides header files for `libcurl`), then the resulting binaries break when attempting to use `curl`....
Implement an octopus merge based on trees, and (mostly) equivalent to `merge-ORT` in Git. Related to https://github.com/gitbutlerapp/gitbutler/pull/4793. ### Tasks * [ ] TBD ### Research Everything is about MergeORT. *...