commit 4de3c71b4dc6bcfeede3b7b1aab51d4c807bb176 from: Stefan Sperling date: Tue Jul 30 16:14:05 2019 UTC TODO: move 'got' items to 'got' section where they belong commit - 37dcdc09582dab58c7d1f6bfa12d758a5172e145 commit + 4de3c71b4dc6bcfeede3b7b1aab51d4c807bb176 blob - 40050b65fe0ef68aca46497ffce0794187316412 blob + 57205dad5d93e4a563c2e765aa4f9656215140ac --- TODO +++ TODO @@ -1,10 +1,6 @@ lib: - handle checkout of trees which contain submodules by identifying and ignoring such tree entries; requires a .ini config parser (from isakmpd?) -- 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?) @@ -17,6 +13,10 @@ lib: got: - 'histedit -c' prompts for log message even if there are no changes to commit +- allow adding directory paths with 'got add' +- recursive addition: got add -R +- recursive removal: got rm -R +- recursive revert: got revert -R tog: - implement horizonal scrolling in all views