From 2d35aabef724a4145cf9dc16e516a2647c2747df Mon Sep 17 00:00:00 2001 Message-Id: <2d35aabef724a4145cf9dc16e516a2647c2747df.1717892341.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 6 Jun 2006 00:29:22 +0200 Subject: [PATCH] Add feature request for showing nearest branch heads or tags for a commit Organization: Straylight/Edgeware From: Jonas Fonseca Requested by Junio. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 5b34b4e..3de54b4 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,8 @@ Features that should be explored. - Searching. - Locale support. + + - 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). -- [mdw]