Skip to content

Commit 35b7769

Browse files
committed
update crate status (#301)
Really just an excuse to start a new PR for additional attribute work without investing much time.
1 parent 15d87ee commit 35b7769

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

crate-status.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Make it the best-performing implementation and the most convenient one.
297297
- [ ] handle submodules
298298
- [ ] handle sparse directories
299299
- [ ] handle sparse index
300-
- [ ] linear scaling with multi-threading up to IO saturation
300+
- [x] linear scaling with multi-threading up to IO saturation
301301
- supported attributes to affect working tree and index contents
302302
- [ ] eol
303303
- [ ] working-tree-encoding
@@ -307,8 +307,10 @@ Make it the best-performing implementation and the most convenient one.
307307
- [ ] `ident`
308308
- [ ] filter processes
309309
- [ ] single-invocation clean/smudge filters
310-
* [x] access to all .gitignore/exclude information
311-
* [ ] access to all attributes information
310+
* manage multiple worktrees
311+
* access to per-path information, like `.gitignore` and `.gitattributes` in a manner well suited for efficient lookups
312+
* [x] _exclude_ information
313+
* [ ] attributes
312314

313315
### git-revision
314316
* [x] `describe()` (similar to `git name-rev`)
@@ -462,6 +464,8 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
462464
* [x] proper handling of worktree related refs
463465
* [ ] create, move, remove, and repair
464466
* [ ] read per-worktree config if `extensions.worktreeConfig` is enabled.
467+
* [x] access exclude information
468+
* [ ] access attribute information
465469
* [ ] remotes with push and pull
466470
* [x] mailmap
467471
* [x] object replacements (`git replace`)

0 commit comments

Comments
 (0)