Skip to content

Commit

Permalink
update crate status to better match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 17, 2023
1 parent a3afaa4 commit 513a5de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,19 @@ is usable to some extent.
* [gix-worktree](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-worktree)
* [gix-bitmap](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-bitmap)
* [gix-negotiate](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-negotiate)
* [gix-filter](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-filter)
* [gix-worktree-stream](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-worktree-stream)
* [gix-archive](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-archive)
* [gix-submodule](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-submodule)
* `gitoxide-core`
* **very early** _(possibly without any documentation and many rough edges)_
* [gix-date](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-date)
* [gix-archive](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-archive)
* **idea** _(just a name placeholder)_
* [gix-note](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-note)
* [gix-fetchhead](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-fetchhead)
* [gix-filter](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-filter)
* [gix-lfs](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-lfs)
* [gix-rebase](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-rebase)
* [gix-sequencer](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-sequencer)
* [gix-submodule](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-submodule)
* [gix-tui](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-tui)
* [gix-tix](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-tix)
* [gix-bundle](https://github.com/Byron/gitoxide/blob/main/crate-status.md#gix-bundle)
Expand Down
7 changes: 4 additions & 3 deletions crate-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,10 @@ Make it the best-performing implementation and the most convenient one.
* [x] primitives to help with graph traversal, along with commit-graph acceleration.

### gix-submodule
* [ ] read `.gitmodule` files, access all their fields, and apply overrides
* CRUD for submodules
* try to handle with all the nifty interactions and be a little more comfortable than what git offers, lay a foundation for smarter git submodules.
* [x] read `.gitmodule` files, access all their fields, and apply overrides
* [x] check if a submodule is 'active'
* [ ] CRUD for submodules
* [ ] try to handle with all the nifty interactions and be a little more comfortable than what git offers, lay a foundation for smarter git submodules.

### gix-bitmap

Expand Down

0 comments on commit 513a5de

Please sign in to comment.