Skip to content

Commit a0d6984

Browse files
committed
update crate status (#301)
1 parent 4a5176a commit a0d6984

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

crate-status.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
491491
* [x] find single ref by name
492492
* [ ] special handling of `FETCH_HEAD` and `MERGE_HEAD`
493493
* [x] iterate refs with optional prefix
494-
* [ ] [worktree support]
495-
* [ ] support multiple bases and classify refs to know which base to use when building a ref path
496-
* [ ] support for ref iteration merging common and private refs seamlessly.
497-
* [ ] refuse to pack worktree-private refs
494+
* **worktree support**
495+
* [x] support multiple bases and classify refs
496+
* [x] support for ref iteration merging common and private refs seamlessly.
497+
* [x] avoid packing refs which are worktree private
498498
* ~~symbolic ref support, using symbolic links~~
499499
* This is a legacy feature which is not in use anymore.
500500
* **transactions**
@@ -525,7 +525,6 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
525525
[reftable-impl]: https://github.com/google/reftable
526526
[reftable-v2]: https://github.com/google/reftable/blob/master/reftable-v2-proposal.md
527527
[quarantine]: https://github.com/git/git/blob/master/Documentation/git-receive-pack.txt#L223:L223
528-
[worktree support]: https://github.com/git/git/blob/master/refs/files-backend.c#L163:L182
529528

530529

531530
### git-features

0 commit comments

Comments
 (0)