Merge pull request #78 from aschrab/grandparent

Don't refer to grandparent commit as second parent
This commit is contained in:
Peter Cottle 2013-03-20 15:25:05 -07:00
commit 8f9986fb5b

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"
],