uninit: Avoid buffering the names of all annexed files in memory
authorJoey Hess <joeyh@joeyh.name>
Thu, 11 May 2023 17:25:46 +0000 (13:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 11 May 2023 17:25:55 +0000 (13:25 -0400)
commit02cfef1f912887e8a7e21990aa3311e61042606e
tree288da6873748aea4be89ecf645011c128747e236
parentb8d9c18e98f974a8dde7dc650a5b701955b4c861
uninit: Avoid buffering the names of all annexed files in memory

Oops, using the same list twice does prevent streaming in constant memory.

Sponsored-by: unqueued on Patreon
CHANGELOG
Command/Uninit.hs