Sitaram Chamarty
unread,Apr 16, 2014, 10:07:53 PM4/16/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gitolite Google Groups, gitolite...@googlegroups.com
(those of you who are subscribed only to the gitolite-announce list please feel free to email me directly -- no need to join the main list just for this).
Hi all,
I am planning to drop this very old way to set gitweb description and owner for gitolite-managed repos:
repo-name = "some long description"
repo-name "owner name" = "some long description"
I am planning to stop supporting this. I have a note in my TODO list that this caused problems for someone (although what precisely that was I can't seem to remember). In any case the syntax is unintuitive, compared to the 2 methods (for each variable) that V3 supports:
owner = "owner name"
config gitweb.owner = owner name
desc = "some long description"
config gitweb.description = some long description
category = "whatever..."
config gitweb.category = whatever...
QUESTION: how many of you would be seriously inconvenienced -- beyond making a few simple changes -- if I dropped the older syntax?