Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-17 Thread Jason A. Donenfeld
On Fri, Jan 17, 2014 at 7:58 AM, Kyle J. McKay wrote: > For example, this link [1] shows ALL refs in the repository, not just those > under refs/heads and refs/tags. That's not just important for mirrored > repositories, the "Personal Mob Branches" feature [2] also needs it to be > able to easily

Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-16 Thread Kyle J. McKay
On Jan 16, 2014, at 14:02, Jason A. Donenfeld wrote: On Thu, Jan 16, 2014 at 2:46 PM, Kyle J. McKay wrote: And we use this hook: $owner_link_hook = sub { url_path($Girocco::Config::webadmurl). "/projlist.cgi?name=".md5_hex($_[0]); }; Well, that wound up being totally trivial,

Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-16 Thread Jason A. Donenfeld
On Thu, Jan 16, 2014 at 2:46 PM, Kyle J. McKay wrote: > And we use this hook: > > $owner_link_hook = > sub { url_path($Girocco::Config::webadmurl). > "/projlist.cgi?name=".md5_hex($_[0]); }; > Well, that wound up being totally trivial, and a logical thing to have by default anyway

Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-16 Thread Kyle J. McKay
On Jan 16, 2014, at 03:18, Jason A. Donenfeld wrote: On Thu, Jan 16, 2014 at 4:28 AM, Kyle J. McKay wrote: Looking at the new docs for this [4] I don't see an option to filter owners. I see that the owner is passed in as "CGIT_REPO_OWNER", but I don't see an opportunity to produce the owner

Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-16 Thread Jason A. Donenfeld
On Thu, Jan 16, 2014 at 4:28 AM, Kyle J. McKay wrote: > On repo.or.cz I've hooked up project owner to a link that shows a list of > all projects owned by the same person. > > So, for example, the owner name is passed in and you end up getting back > links like [1] and [2]. (You can see where this

Re: owner links? (was: author/committer/tagger links -- kernel.org?)

2014-01-15 Thread Kyle J. McKay
On Jan 15, 2014, at 17:22, Jason A. Donenfeld wrote: On Thu, Jan 9, 2014 at 4:21 PM, Konstantin Ryabitsev > wrote: That's pretty nifty. That reminds me -- I'm working on a web-of-trust site for kernel.org and something I wouldn't mind having is a way to link from cgit to the web of trust for that