File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -491,10 +491,10 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
491
491
* [x] find single ref by name
492
492
* [ ] special handling of ` FETCH_HEAD ` and ` MERGE_HEAD `
493
493
* [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
498
498
* ~~ symbolic ref support, using symbolic links~~
499
499
* This is a legacy feature which is not in use anymore.
500
500
* ** transactions**
@@ -525,7 +525,6 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
525
525
[ reftable-impl ] : https://github.com/google/reftable
526
526
[ reftable-v2 ] : https://github.com/google/reftable/blob/master/reftable-v2-proposal.md
527
527
[ 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
529
528
530
529
531
530
### git-features
You can’t perform that action at this time.
0 commit comments