I'm trying to understand some parts of the GIT graph in Eclipse.
We'll refer to commiters as G, A, R, J and K.
In this case, we have two branches : master, and agfa (dev branch). Commit 5cc4355 : What does the green line means? It's not a new branch, so I guess it means the local repository has diverged... somehow. Commit 9d4035d : Here, "A" merged the agfa branch to the master. But why is the merge on the yellow line, instead of the actual master? (blue).
I guess I'm just confused by the fact that simultaneous developpers works on different workspace... but if someone could confirm what's happening, that would be very helpful :)