You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@
28
28
***Questions**
29
29
*~~How can `Commit` return Graph positions? It doesn't seem to learn about an offset.~~
30
30
* Parent IDs are indeed specified as graph positions, not file positions, as they may be in previous commit graph files.
31
+
* What to do with the ['extra-garbage'](https://github.com/Byron/gitoxide/blob/6f90beeb418480f9cd8bb7ae3b5db678b24103cb/git-commitgraph/src/file/init.rs#L248),
32
+
some code is commented out.
31
33
***Future Work**
32
34
* A plumbing command to extract some value from the current implementation, maybe statistics, or verification
33
35
* Application of the command above in a stress test
0 commit comments