commit - 70e0b03e0f6e711ea263718b3cd41ce5a56f7c99
commit + e9f3a90fadf12ed91fd75810d2321941b4df8bbd
blob - dca2dfd6a617e06fd37a684c3921c5751d6caa39
blob + 4e7457c2a166539823a85a86c7aee21141ff2713
--- TODO
+++ TODO
- enforce that log messages are encoded in either ASCII or UTF-8; this
mostly matters for -portable since OpenBSD doesn't provide other locales
-network protocol:
-- add http(s) transport with libtls, speaking the two Git HTTP protocols
- (both "dumb" and "smart" need to work) via got-fetch-pack, or a new helper
- like got-fetch-http; it is fine if HTTP remains a fetch-only protocol, and
- works only against servers which don't require authentication for fetches;
- anything beyond this would require a full-featured HTTP client (Git uses
- libcurl, which we cannot use as it is not in the OpenBSD base system)
-
tog:
- make 'tog log' respond to key presses while 'loading...' history; loading
can be slow for paths in a deep history if the path has not been changed