<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">The use case is actually to review the log for a tag, such as if you are on the page for a tag like </span><span style="font-size:11pt;font-family:Calibri,sans-serif"><a href="http://git.zx2c4.com/cgit/tag/?id=v0.9.0.1" target="_blank">http://git.zx2c4.com/cgit/tag/?id=v0.9.0.1</a>.</span><div style="font-family:arial,sans-serif;font-size:13px">
<font face="Calibri, sans-serif"><span style="font-size:15px">A link to the log for that tag would be useful (manually entering the object </span></font><a href="http://git.zx2c4.com/cgit/log/?id=v0.9.0.1" target="_blank">http://git.zx2c4.com/cgit/log/?id=v0.9.0.1</a> appears to work).</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 17, 2013 at 2:07 PM, Lukas Fleischer <span dir="ltr"><<a href="mailto:cgit@cryptocrack.de" target="_blank">cgit@cryptocrack.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, Jun 17, 2013 at 12:01:49PM -0500, Jason wrote:<br>
> The "id" parameter is not added to the "log" links.<br>
><br>
> For example if you open this commit view <a href="http://git.zx2c4.com/cgit/commit/?id=" target="_blank">http://git.zx2c4.com/cgit/commit/?id=</a><br>
> 52c926cadbff5fd0aaf00ebd79619112aba46182 and look at the log link from that<br>
> page, you'll notice the id parameter is not retained.<br>
><br>
> From a quick glance at the source code it looks like the object id should be<br>
> kept when generating log links.<br>
> Is this a bug?<br>
<br>
</div></div>No, I think that this is intentional. We skip the revision parameter in<br>
the cgit_log_link() invocation in cgit_print_pageheader().<br>
<br>
The "log" links allows for getting back to the long list of current<br>
commits with one click. I am not sure whether there are a lot of use<br>
cases for getting a list of commits, starting from the one that is<br>
currently selected.<br>
<br>
> _______________________________________________<br>
> CGit mailing list<br>
> <a href="mailto:CGit@lists.zx2c4.com">CGit@lists.zx2c4.com</a><br>
> <a href="http://lists.zx2c4.com/mailman/listinfo/cgit" target="_blank">http://lists.zx2c4.com/mailman/listinfo/cgit</a><br>
<br>
</blockquote></div><br></div>