gitoxide icon indicating copy to clipboard operation
gitoxide copied to clipboard

An idiomatic, lean, fast & safe pure Rust implementation of Git

Results 148 gitoxide issues
Sort by recently updated
recently updated
newest added

Based on #1301 ---- ### diff-correctness → `gix-status` → gix reset ---- Improve `gix status` to the point where it's suitable for use in `reset` functinoality. Leads to a proper...

### Used Git2 Features The list is probably not completely exhaustive, omitting smaller features intentionally as they are covered, and focussing on the bigger picture. * [x] refspecs * [x]...

C-integrate-gitoxide

* [ ] [implement collision detection in `sha-1` crate](https://github.com/RustCrypto/hashes/issues/204) * [ ] See if `sha1_smol` implements hardening (https://github.com/mitsuhiko/sha1-smol/issues/43) At least add a feature toggle to support this crate: * [...

acknowledged

This PR changes the API of `gix_config::File` to use a trait (gix_config::Key) as key when requesting or setting configuration. This will allow `gix` to use its tree of structured and...

Fixes #1269 > [!WARNING] > Blocked on https://github.com/bytecodealliance/rustix/pull/999#issuecomment-1925203175 ### Tasks * [x] update Rustix * [ ] use `StatExt` trait

blocked

* [ ] iterate worktree statusses (exhaustive) * [x] current branch * [x] discover and open repo https://github.com/eza-community/eza/blob/3b776dbd0759888a3827c0cc89929ed03ef0337d/src/fs/feature/git.rs

C-integrate-gitoxide

### Required features * [x] apply filters to individual files based on the attribute stack (for linefeed conversions of diff base) * [x] support for reading an up-to-date version of...

C-integrate-gitoxide

https://github.com/bytecodealliance/rustix/pull/999 was released in rustix 0.38.31, so the workaround in gitoxide can be replaced with a versioned dependency and calls to the helper accessors in rustix.

acknowledged

### Summary 💡 ``` $ git name-rev --no-undefined --always 4e2fd00 2> /dev/null 4e2fd00 main~2 ``` i think `gitoxide` is missing something like that ### Motivation 🔦 i am (re-)writing my...

enhancement
help wanted
acknowledged

https://github.com/zed-industries/zed ### Diffing * [x] blob-diff based on two buffers * [ ] diff-delta (probably works via imara diff already, but exact format is unclear) * [x] line-stats * [...

C-integrate-gitoxide