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

#### API * [x] describe HEAD - [ ] with dirty suffix (no untracked, based on otherwise complete status (tree-index, index-worktree)) * [x] branch name of current head #### For...

C-integrate-gitoxide

### Current behavior 😯 It seems that Azure Devops (at least over SSH) has some form of pagination when reading packs. Given the code below, fetching a trivial repo (one...

help wanted
acknowledged

* a whole lot of metadata extraction * has feature toggles for CLI usage as well as git2, which is neat ### Requirements ##### git2 * [ ] diff index...

C-integrate-gitoxide

There is a [trademark policy](https://git-scm.com/about/trademark) around git that requires anybody creating a portmanteau of `Git` to ask for express permission. Email [email protected] and see if `Gitoxide` can exist as is.

feedback requested

### Duplicates - [X] I have searched the existing issues ### Current behavior 😯 Compiling on [windows failed](https://github.com/cargo-bins/cargo-binstall/actions/runs/5413274155/jobs/9838597776) failed with errors from `sha1-asm`, which is known in https://github.com/RustCrypto/asm-hashes/issues/17 and should...

feedback requested

Generally, it maintains information about a corpus of git repositories and writes it into a sqlite database for later data analysis. The git repositories should be as many of the...

C-tracking-issue

I just ran `cargo clippy --workspace --tests --bins --lib --benches --examples -- -W clippy::pedantic 2>&1 | rg --trim -- '-W clippy::' | sort | uniq -c | sort -h -r`...

C-tracking-issue

### Summary 💡 A simple API to manipulate trees more akin to a filesystem would be more intuitive for most common uses of mutable trees. ### Motivation 🔦 Currently building...

enhancement

Repo: https://github.com/tummychow/git-absorb ### Features * [x] diff tree to tree * [ ] diff tree to index * [x] diff blob to blob (of modified entries/files) * [x] patches from...

C-integrate-gitoxide

### Summary 💡 It'd be great to have a brew tap for macOS users. ### Motivation 🔦 Brew is widely using package manager for macOS. So people directly install without...

enhancement
acknowledged