2 5bff75ab 2019-01-08 stsp - handle checkout of trees which contain submodules by identifying and
3 5bff75ab 2019-01-08 stsp ignoring such tree entries; requires a .ini config parser (from isakmpd?)
4 e8a076e3 2019-03-26 stsp - allow adding multiple paths at once for 'got add'
5 e8a076e3 2019-03-26 stsp - allow removing multiple paths at once for 'got rm'
6 e8a076e3 2019-03-26 stsp - recursive addition: got add -R
7 e8a076e3 2019-03-26 stsp - recursive removal: got rm -R
10 cb6dec97 2019-02-19 stsp - allow loading new commits in 'tog log' after startup (e.g. via Ctrl-L, 'r')
11 548f12c6 2019-03-07 stsp - make diff view generate diffs in a background thread?
12 54f77e21 2019-01-06 stsp - implement horizonal scrolling in all views
13 54f77e21 2019-01-06 stsp - implement horizonal split view mode
14 54f77e21 2019-01-06 stsp - implement search feature
15 72640c6b 2019-03-07 stsp - allow moving to prev/next blamed line in diff view if opened from blame view,
16 72640c6b 2019-03-07 stsp similar to how the diff view can switch commits if opened from log view