1

I have gitweb correctly displaying all the git repositories in the gitolite server. But I want to completely exclude the options to look at logs, summary, shortlogs from the web view.

Is there a way to do this?

Thanks.

Stealth
  • 1,559
  • 4
  • 16
  • 34
  • Out of curiosity... why do you want to exclude those options? – Justin ᚅᚔᚈᚄᚒᚔ Aug 27 '12 at 15:39
  • We are just starting to setup our gitserver and have not established proper permission systems yet. Right now, disparate teams can nose into other team's code. Some of our developers don't like that wide-openness. – Stealth Aug 27 '12 at 16:02

1 Answers1

1

I don't know a direct way to achieve that kind of filtering.
One way would be to tinker with gitweb.perl content, but that would be a custom-made solution only.
And that would be valid for gitweb used with or without gitolite (ie using gitolite doesn't matter for that filter).

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250