Commit 5a5bf2acb9bff1978bf98bf7553c624624c3f042

Stefan Sperling 2019-06-25T20:37:53

update todo items for tog

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/TODO b/TODO
index aca7b79..68195a0 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,8 @@ tog:
 - make diff view generate diffs in a background thread?
 - implement horizonal scrolling in all views
 - implement horizonal split view mode
-- implement search feature
+- implement search feature for diff view
+- 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