Skip to content

Commit 0f24066

Browse files
committed
update tasks
1 parent 389e828 commit 0f24066

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The CLI uses various libraries to implement
4646
* [x] streaming write
4747
* **packs**
4848
* [x] traverse pack index
49-
* [ ] traverse pack entries
5049
* [ ] decode
5150
* [x] full objects
5251
* [x] deltified objects

tasks.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66
* [x] stream blob
77
* [ ] refactor ID into NewType
88
* **pack**
9+
* [ ] validate checksum
910
* [x] decode full pack entries
10-
* [ ] iterate pack entries
1111
* [x] decode full objects
1212
* [x] decode delta objects
13+
* **index**
14+
* [ ] validate index checksum
15+
* [ ] validate pack checksum
16+
* [ ] validate each object sha1/crc2
17+
* **gio**
18+
* [ ] validate pack file
19+
* [ ] validate index and pack
20+
* [ ] verbose mode to list each object in pack, similar to existing git-verify-pack
1321

0 commit comments

Comments
 (0)