Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any way to automatically merge approved nonconflicting Gitorious merge request?

We are using Gitorious, installed on a local server to host our shared git repositories.

When a developer sends a merge request from his public clone to main repository, the owner/integrator/architect has to pull the request into his local git repo, merge and then push it back up to gitorious hosted main repository.

This is normal for larger merges and especially when conflicts occur.

But for minor changes that has no conflicts it would be nice to just approve and merge inside the gitorious interface or similar, without involving external(local) repositories. Especially if there is a large team with many minor merge requests...

Is there anyway we can implement this?

I see Github has recently developed something similar.

like image 505
flurdy Avatar asked May 26 '11 09:05

flurdy


1 Answers

Looking at Gitorious blog tags on "Merge Request", this doesn't seem to be implemented.

like image 118
VonC Avatar answered Nov 15 '22 08:11

VonC