File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ become available.
38
38
* ** pack-index**
39
39
* [x] [ index from data] ( https://asciinema.org/a/352941 ) - create an index file by streaming a pack file as done during clone
40
40
* [ ] support for thin packs (as needed for fetch/pull)
41
+ * ** commit-graph**
42
+ * [ ] ** verify** - assure that a commit-graph is consistent
41
43
* [ remote-ref-list] ( https://asciinema.org/a/359320 )
42
44
* [x] list all (or given) references from a remote at the given URL
43
45
Original file line number Diff line number Diff line change 27
27
28
28
### Commit-Graph
29
29
30
- * [ ] A plumbing command to extract some value from the current implementation, maybe statistics, or verification
30
+ * [x ] A plumbing command to extract some value from the current implementation, maybe statistics, or verification
31
31
* [ ] Application of the command above in a stress test
32
32
33
33
* ** Questions**
You can’t perform that action at this time.
0 commit comments