[Qgis-developer] Git Pull Request: Best practices?

2013-10-17 Thread Gino Pirelli
as suggested by -strk I'll try the solution in the list... I've three features with hierarchy dependency among them: FIRST needed by SECOND that is needed by THIRD what it's better A) ONE big pull request of the three features (with hierarchy dependency) or B) TREE sequential pull request

Re: [Qgis-developer] Git Pull Request: Best practices?

2013-10-17 Thread Nathan Woodrow
Do A) as long as they are clear commits for each feature, or clear lines between the commits. It's easier to test because it's only one branch and everything is related so just do it in one go. The person who merges can split them as needed. - Nathan On Thu, Oct 17, 2013 at 9:27 PM, Gino