List for cgit developers and users
 help / color / mirror / Atom feed
From: Josefwells at alumni.utexas.net (Josef wells)
Subject: [PATCH] add TITLE to log commit entries
Date: Fri, 2 Mar 2012 16:08:59 -0600	[thread overview]
Message-ID: <CALXrvzA40xXy3LjzWwVYTBY=sWzkS354Zfz9diWSWCm4_iVXqA@mail.gmail.com> (raw)

---
 ui-shared.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ui-shared.c b/ui-shared.c
index 3e9282f..305342d 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -360,7 +360,12 @@ void cgit_commit_link(char *name, const char
*title, const char *class,
 		html("ignorews=1");
 		delim = "&amp;";
 	}
-	html("'>");
+	html("' ");
+	if (rev && strcmp(rev, ctx.qry.head)) {
+		html("TITLE=");
+		html_url_arg(rev);
+	}
+	html(">");
 	html_txt(name);
 	html("</a>");
 }
-- 
1.7.7.3




             reply	other threads:[~2012-03-02 22:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 22:08 Josefwells [this message]
2012-03-14 22:03 ` cgit
2012-03-18  9:55 ` hjemli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALXrvzA40xXy3LjzWwVYTBY=sWzkS354Zfz9diWSWCm4_iVXqA@mail.gmail.com' \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).