commit 34475e584aea630b61e819769a6fbae0e26588b6 from: Stefan Sperling via: Thomas Adam date: Sat Nov 02 13:28:05 2024 UTC add todo item for ewah bitmaps commit - 28dfdaf275fe68efe88c33a705735910223bd21f commit + 34475e584aea630b61e819769a6fbae0e26588b6 blob - eac737a98b375d017185d50d231d069f03b358a2 blob + 609fe17103972ba648c56296d1345f728ead6b2d --- TODO +++ TODO @@ -32,6 +32,10 @@ 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. +- to support packfile reachability bitmaps, we'll need an ISC or otherwise + compatibly-licensed implementation of EWAH bitmaps as used by Git; the + EWAH author Daniel Lemire allowed the Git project to relicense code from + Apache License 2 to GPLv2; perhaps we can get permission to relicense as ISC tog: - make 'tog log' respond to key presses while 'loading...' history; loading