Skip to content

Commit

Permalink
update crate status (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 20, 2022
1 parent f5c36d8 commit 184a522
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions crate-status.md
Expand Up @@ -109,9 +109,10 @@ Check out the [performance discussion][git-diff-performance] as well.
* **patches**
* There are various ways to generate a patch from two blobs.
* [ ] any
* **lines**
* [ ] Simple line-by-line diffs powered by the `similar` crate.
* diffing, merging, working with hunks of data
* find differences between various states, i.e. index, working tree, commit-tree
* Parallel stat calls to check/update objects in index
* [x] API documentation
* [ ] Examples

Expand Down Expand Up @@ -471,7 +472,9 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
* [ ] make [git-notes](https://git-scm.com/docs/git-notes) accessible
* [x] tree entries
* **diffs/changes**
* [x] tree with working tree
* [x] tree with other tree
* [ ] tree with working tree
* [x] diffs between modified blobs with various algorithms
* [ ] tree with index
* [x] initialize
* [x] Proper configuration depending on platform (e.g. ignorecase, filemode, …)
Expand Down

0 comments on commit 184a522

Please sign in to comment.