commit - 37dcdc09582dab58c7d1f6bfa12d758a5172e145
commit + 4de3c71b4dc6bcfeede3b7b1aab51d4c807bb176
blob - 40050b65fe0ef68aca46497ffce0794187316412
blob + 57205dad5d93e4a563c2e765aa4f9656215140ac
--- TODO
+++ TODO
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?)
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