Community
Participate
Working Groups
In the CVS web UI, I was able to click 'annotate' on a file and see who made the changes for a particular line in that file. I need the same feature for the g.e.o web UI. I was told that this feature is disabled by default. Could it be enabled? Thanks.
I don't think cgit (our web frontend) supports that.
This would be interesting to see in cGit.
https://gerrit.googlesource.com/gitiles/+blame/master/README.md has blame support but misses a few other options: - summary page with last commit message and tags per branch - search - side-by-side diffs
cgit has added blame support, but it doesn't render correctly on eclipse.org: http://git.eclipse.org/c/www.eclipse.org/jdt.git/blame/ui/scripts/jdtbugzilla.user.js On the cgit website, it looks fine: https://git.zx2c4.com/cgit/blame/cgitrc.5.txt => The problem is that you're using an outdated cgit.css that doesn't match the generated HTML. When I hack in the differences at line 289 and after line 317, then it starts to look reasonable again. Please use the right version of cgit.css for your version of cgit.
Try reload/refresh. I updated the CSS.
Hooray, looks great! Thanks Denis.