-
-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
C-integrate-gitoxide"Oxidize" crates even more by replacing git2 with gitoxide"Oxidize" crates even more by replacing git2 with gitoxide
Description
- an API to access even partial git-config of only
.git/config
- access to full
git-config
- diff index with worktree, untracked files, diffstats of changes, known as
git_metrics
- diff HEAD with index, including rename tracking, known as
git_status
- ahead
- behind
- The above can in the meanwhile be done with a single invocation:
git for-each-ref --format="%(upstream:track)" refs/heads/main
- support for all mandatory index extensions
-
link
- split index -
sdir
- sparse directory entries
-
- diff lines of modified files
Work thus far
roland-5, kamulos, XVilka, pierrechevalier83, domsleee and 5 more
Metadata
Metadata
Assignees
Labels
C-integrate-gitoxide"Oxidize" crates even more by replacing git2 with gitoxide"Oxidize" crates even more by replacing git2 with gitoxide