Don't refer to grandparent commit as second parent

The term "second parent" has a specific meaning in git that is distinct
from a grandparent, so avoid referring to a grandparent (~2) as a second
parent (^2).
This commit is contained in:
Aaron Schrab 2013-03-20 16:53:34 -04:00
parent 68223505ce
commit aef97ecd09

View file

@ -48,7 +48,7 @@ exports.level = {
"",
"So saying `master^` is equivalent to \"the first parent of `master`\".",
"",
"`master^^` is the second parent (or grandparent) of `master`",
"`master^^` is the grandparent (second-generation ancestor) of `master`",
"",
"Let's check out the commit above master here"
],