Comment 12 for bug 1624366

Revision history for this message
Jason Stephenson (jstephenson) wrote :

Ah. The problem is the merge commit. It moves that commit so far back in the history that it does not show up with the others when one does a git log.

So, my recommendation on that front is to break the commits out into a new branch where all of the commits for this feature are at the top. We don't care about date ordering in Evergreen and we never use git merge. We prefer to see commits in commit order, even if that makes the history look out of order by date.

As for the templates, I strongly recommend that your code be modified so that no changes are required to the templates.