Skip to content

Commit ac193b0

Browse files
committed
update README to inform about new plumbing comman
1 parent 88c5524 commit ac193b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ become available.
3838
* **pack-index**
3939
* [x] [index from data](https://asciinema.org/a/352941) - create an index file by streaming a pack file as done during clone
4040
* [ ] support for thin packs (as needed for fetch/pull)
41+
* **commit-graph**
42+
* [ ] **verify** - assure that a commit-graph is consistent
4143
* [remote-ref-list](https://asciinema.org/a/359320)
4244
* [x] list all (or given) references from a remote at the given URL
4345

tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
### Commit-Graph
2929

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
3131
* [ ] Application of the command above in a stress test
3232

3333
* **Questions**

0 commit comments

Comments
 (0)