From d53a59535eced20bbe43f466846eb5fed80d4dd7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 24 May 2022 17:57:10 +0800 Subject: [PATCH] update crate status (#427) --- crate-status.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crate-status.md b/crate-status.md index 63aee8f4a6..bb57e87a12 100644 --- a/crate-status.md +++ b/crate-status.md @@ -310,8 +310,11 @@ Make it the best-performing implementation and the most convenient one. * [ ] access to all attributes information ### git-revision -* find specifications for revisions (like `git name-rev`) -* parse specifications into revisions (like `git rev-parse`) +* [x] `describe()` (similar to `git name-rev`) +* parse specifications + * [ ] parsing and navigation + * [ ] full date parsing support (depends on `git-date`) + * [ ] revision ranges ### git-submodule * CRUD for submodules