Skip to content

Commit 4b204b8

Browse files
committed
update tasks
1 parent 1bb09c5 commit 4b204b8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The CLI uses various crates, please see _'Development Status'_ for details.
1515
* [x] init
1616
* plumbing
1717
* [x] pack verify
18-
* [x] pack index verify including each object sha1
18+
* [x] pack index verify including each object sha1 and statistics
1919
* **git-repository**
2020
* [x] initialize
2121
* [ ] read and write all data types
@@ -67,7 +67,7 @@ The CLI uses various crates, please see _'Development Status'_ for details.
6767
* [ ] 'bitmap' file
6868
* [ ] encode
6969
* [ ] create new packs
70-
* [ ] verify pack
70+
* [x] verify pack with statistics
7171
* [ ] API documentation with examples
7272
* **git-transport**
7373
* [ ] via ssh

tasks.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
* **progress**
2828
* [x] for `lean` binary behind --verbose flag
2929
* [x] for `pretty` binary with support for logging and TUI
30-
* [ ] statistics
31-
* [ ] a verbose mode to list each object in a pack, similar to existing git-verify-pack
30+
* [x] statistics
31+
* [ ] ~~a verbose mode to list each object in a pack, similar to existing git-verify-pack~~
32+
* [ ] journey tests
33+
* [ ] support for serde/miniserde for all returned data types (features per crate)
3234
* **stress**
3335
* [ ] first stress test for validation of a big repository, linux maybe, or something smaller but big enough
3436
* **unrelated**

0 commit comments

Comments
 (0)