Hi again, Martin von Zweigbergk wrote: > Simplify t3401 by using test_commit in the setup. This lets us refer > to commits using their tags and there is no longer a need to create > the branch my-topic-branch-merge. Also, the branch master-merge points > to the same commit as master (even before this change), so that branch > does not need to be created either. The terms "tag" and "branch" here have no significance, so de-emphasizing them to "ref" is probably a good idea. Isn't the truth more like: instead of creating commits and creating refs to track those commits by hand, use test_commit to achieve the same result in a single step? Cheers. -- Ram -- 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