Blame


1 54f77e21 2019-01-06 stsp lib:
2 1b99d152 2020-11-16 stsp - create pack file deltas
3 54f77e21 2019-01-06 stsp
4 1b99d152 2020-11-16 stsp libexec:
5 1b99d152 2020-11-16 stsp - add http(s) transport with libtls in got-fetch-pack or a new helper
6 1b99d152 2020-11-16 stsp - implement got-send-pack in order to push objects to servers
7 1b99d152 2020-11-16 stsp
8 54f77e21 2019-01-06 stsp tog:
9 54f77e21 2019-01-06 stsp - implement horizonal scrolling in all views
10 54f77e21 2019-01-06 stsp - implement horizonal split view mode
11 5a5bf2ac 2019-06-25 stsp - implement 'limit' for 'tog log' (like search but display matched commits only)
12 72640c6b 2019-03-07 stsp - allow moving to prev/next blamed line in diff view if opened from blame view,
13 72640c6b 2019-03-07 stsp similar to how the diff view can switch commits if opened from log view
14 1b99d152 2020-11-16 stsp
15 1b99d152 2020-11-16 stsp gotweb:
16 1b99d152 2020-11-16 stsp - tracey has a gotwebd thingy in progress somewhere