Adam Simpkins wrote (2008-05-23 19:24 -0700): > Previously, the graphing code printed lines coming out of a merge commit > for all of its parents, even if some of them were uninteresting. Now it > only prints lines for interesting commits. > > For example, for a merge commit where only the first parent is > interesting, the code now prints: > > * merge commit > * interesting child > > instead of: > > M merge commit > |\ > * interesting child I'd rather show merge commits always with M. They are still conceptually merges even if the current log view shows only one parent. This patch changes symbols * and M to be visual symbols, not logical symbols which I'd prefer. For example user may be interested in finding certain merge but chooses to limit the output with a commit range. It helps if user can always trust the symbols * and M to have this conceptual difference. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html