Like all version control systems I am familiar with working with is that each commit refers to one developer. The growth of Agile Engineering and, in particular, pair programming has led to a situation where two developers have made a significant contribution to the same task, for example, error correction.
The attribution problem will not be too big a problem in the working environment, because the project manager will know about the work done in pairs, but how about two open source participants decide to connect and click to bring some code to a specific project that they donβt know that they work together. Is there a way for a version control system such as Git to assign a specific patch to multiple developers?
git version-control svn bazaar
user360907 Sep 16 '11 at 8:38 2011-09-16 08:38
source share