commit a158173067944ceae5091cd8ae47306e537641ea from: Stefan Sperling date: Thu Sep 26 15:29:29 2024 UTC add a todo item commit - b7c2acffeac8f0e1dff53ca2a94dccb2bf8b2b1b commit + a158173067944ceae5091cd8ae47306e537641ea blob - eac737a98b375d017185d50d231d069f03b358a2 blob + f97715f203245197c9891f46c4aa29a937bab11e --- TODO +++ TODO @@ -32,6 +32,9 @@ got: removing detected no-op changes from the list of commits to rebase before merging any changes (rather than letting diff3 figure this out). RCS IDs in commits exported from CVS will need to be elided to avoid false positives. +- got_object_enumerate() can result in a tag ID being requested and somehow + this tag object gets parsed as a commit object in got-read-pack; then we + see 'got-read-pack: bad object data' during 'got send'; reported by jrick tog: - make 'tog log' respond to key presses while 'loading...' history; loading