Using gitolite as user, without admin access.
Added by Hon Se over 11 years ago
Hello guys,
I'm using redmine as a bugtracker/task-reminder for some website projects.
Recently I started using gitolite. The server is the same that hosts redmine.
Now I just cant find a way using gitolite with redmine. There is a plugin that was last modified on Feb. 2013. The documentation states the case, that redmine acts as a gitolite admin, with creating repos and stuff. I don't need that, as I'm administrating the whole thing myself with the config files of gitolite.
What I need is a way, that redmine connects as a normal user to the repo and scans for the latest changes. If, for example, some one pushes a commit with the message:
"Ticket #122
Closed (or something like "work in progress")
Bug fixed, made changes to directory/file1.php blah blah"
redmine should find the ticket and modify it to the commit message.
I dont need redmine to be able to create repos, change branches etc.
Is there a way to configure git and redmine for my intention?