commit cf8cd63e6ac88ce544a198ec1ddb46d7d276f0db from: Stefan Sperling date: Tue Jul 30 16:08:51 2019 UTC add 'got revert -R' to TODO list commit - c7d20a3f8da31a213c3830e6ca9de6d3b0c728bb commit + cf8cd63e6ac88ce544a198ec1ddb46d7d276f0db blob - ae70add69184bd2cc1ddee52adff172573724016 blob + 4c5f8956dba76fb70209b526fc5ebf020c5cacad --- TODO +++ TODO @@ -4,6 +4,7 @@ lib: - allow adding directory paths with 'got add' - recursive addition: got add -R - recursive removal: got rm -R +- recursive revert: got revert -R - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p'; this command runs too slow in got-read-pack (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)