[PATCH 0/4] gitweb: preliminary notes support
From: Giuseppe Bilotta <hidden>
Date: 2016-06-15 22:48:10
This small patchset introduces notes support in gitweb. The feature is designed to be powerful and flexible: any amount of notes ref spaces can be used, and per-namespace styling is possible. The implementation is not exactly high-performance, needing no less than one extra git call per commit per notes ref space (two if a note exist), and is thus disabled by default. It's quite likely that appropriate C plumbing in git could speed this considerably; the current implementation, OTOH, has the advantage of working even when the git core does not support notes itself. Giuseppe Bilotta (4): gitweb: notes feature gitweb: show notes in shortlog view gitweb: show notes in log gitweb: show notes in commit(diff) view gitweb/gitweb.css | 51 +++++++++++++++++++++++ gitweb/gitweb.perl | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 166 insertions(+), 1 deletions(-)