File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Make it the best-performing implementation and the most convenient one.
280
280
- [ ] handle submodules
281
281
- [ ] handle sparse directories
282
282
- [ ] handle sparse index
283
- - [ ] linear scaling with multi-threading up to IO saturation
283
+ - [x ] linear scaling with multi-threading up to IO saturation
284
284
- supported attributes to affect working tree and index contents
285
285
- [ ] eol
286
286
- [ ] working-tree-encoding
@@ -291,7 +291,9 @@ Make it the best-performing implementation and the most convenient one.
291
291
- [ ] filter processes
292
292
- [ ] single-invocation clean/smudge filters
293
293
* manage multiple worktrees
294
- * deal with exclude specifications, like .gitignore and other exclude files.
294
+ * access to per-path information, like ` .gitignore ` and ` .gitattributes ` in a manner well suited for efficient lookups
295
+ * [x] _ exclude_ information
296
+ * [ ] attributes
295
297
296
298
### git-revision
297
299
* find specifications for revisions (like ` git name-rev ` )
@@ -438,6 +440,8 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
438
440
* [ ] support for different backends like ` files ` and ` reftable `
439
441
* ** worktrees**
440
442
* [ ] open a repository with worktrees
443
+ * [x] access exclude information
444
+ * [ ] access attribute information
441
445
* [ ] remotes with push and pull
442
446
* [x] mailmap
443
447
* [x] object replacements (` git replace ` )
You can’t perform that action at this time.
0 commit comments