Code

Add feature request for showing nearest branch heads or tags for a commit
[tig.git] / TODO
diff --git a/TODO b/TODO
index cb48616d2be952ee2ef51706cc3e0dca5000555b..3de54b460ea52b76f84027ad33a9f52abbb11645 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,5 +5,8 @@ Features that should be explored.
  - Searching.
  
  - Locale support.
- - Make '?' show a one page keybinding cheat sheet.
+
+ - When the user wants to "view" a commit, you could show from which branch
+   heads and from which tags the commit is reachable, and perhaps which tag is
+   the latest among the ones reachable from that commit, as part of the commit
+   detail information you display on the lower pane (log/diff view).