From eb46ad96e68c74a193a9ce54fee67a57d0dcdc32 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 3 Aug 2022 16:01:14 +0800 Subject: [PATCH] update crate status (#427) --- crate-status.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crate-status.md b/crate-status.md index 1d854782b7..3f412ee856 100644 --- a/crate-status.md +++ b/crate-status.md @@ -424,11 +424,12 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README. * [x] handle git-common-dir * [ ] support for `GIT_CEILING_DIRECTORIES` environment variable * [ ] handle other non-discovery modes and provide control over environment variable usage required in applications - * [ ] rev-parse + * [x] rev-parse - **deviation** * `@` actually stands for `HEAD`, whereas `git` resolves it to the object pointed to by `HEAD` without making the `HEAD` ref available for lookups. - - **unsupported** - * regex + * [x] rev-walk + * [x] include tips + * [ ] exclude commits * [x] instantiation * [x] access to refs and objects * **traverse**