commit 1b99d1525ddbca6a11f075b7cbd7b36ffd16b7a5 from: Stefan Sperling date: Mon Nov 16 20:53:10 2020 UTC update TODO notes commit - 8b4e047e05ed0f7d83b37ec25e4fdeb734157477 commit + 1b99d1525ddbca6a11f075b7cbd7b36ffd16b7a5 blob - fef0866892556a01e53545f18e01ebe1f80520c3 blob + 615e4060199dca9fd76b8fe731eb94b9654d11fa --- TODO +++ TODO @@ -1,14 +1,17 @@ lib: -- improve performance of usr.bin/diff and port these changes back to got - (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow) +- create pack file deltas +libexec: +- add http(s) transport with libtls in got-fetch-pack or a new helper +- implement got-send-pack in order to push objects to servers + tog: - implement horizonal scrolling in all views - implement horizonal split view mode -- implement search feature for diff view -- highlight matched parts of commits in tog log search, and then allow regular - input to continue (such that the cursor can be moved) while tog is searching - implement 'limit' for 'tog log' (like search but display matched commits only) - allow moving to prev/next blamed line in diff view if opened from blame view, similar to how the diff view can switch commits if opened from log view - tog should have a command to list and log/browse references + +gotweb: +- tracey has a gotwebd thingy in progress somewhere