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