From a0d6984c767eaf1308c817293d15440968e7af33 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 19:55:30 +0800 Subject: [PATCH] update crate status (#301) --- crate-status.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/crate-status.md b/crate-status.md index 9061e14c48b..a7f5bf7bb4a 100644 --- a/crate-status.md +++ b/crate-status.md @@ -491,10 +491,10 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README. * [x] find single ref by name * [ ] special handling of `FETCH_HEAD` and `MERGE_HEAD` * [x] iterate refs with optional prefix - * [ ] [worktree support] - * [ ] support multiple bases and classify refs to know which base to use when building a ref path - * [ ] support for ref iteration merging common and private refs seamlessly. - * [ ] refuse to pack worktree-private refs + * **worktree support** + * [x] support multiple bases and classify refs + * [x] support for ref iteration merging common and private refs seamlessly. + * [x] avoid packing refs which are worktree private * ~~symbolic ref support, using symbolic links~~ * This is a legacy feature which is not in use anymore. * **transactions** @@ -525,7 +525,6 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README. [reftable-impl]: https://github.com/google/reftable [reftable-v2]: https://github.com/google/reftable/blob/master/reftable-v2-proposal.md [quarantine]: https://github.com/git/git/blob/master/Documentation/git-receive-pack.txt#L223:L223 -[worktree support]: https://github.com/git/git/blob/master/refs/files-backend.c#L163:L182 ### git-features