summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34143b2)
raw | patch | inline | side by side (parent: 34143b2)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Sep 2005 22:45:09 +0000 (15:45 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Sep 2005 22:45:09 +0000 (15:45 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-parse.txt | patch | blob | history |
index 5c136e0f34471cf17625aea436c0dbbb01fa97da..067e4f0025ea0403f902069be436693d5e057918 100644 (file)
explicitly say 'heads/master' to tell GIT which one you mean.
* A suffix '^' to a revision parameter means the first parent of
- that commit object. '^<n>' means the <n>th parent (i.e. 'rev^'
+ that commit object. '^<n>' means the <n>th parent (i.e.
+ 'rev^'
is equivalent to 'rev^1'). As a special rule,
'rev^0' means the commit itself and is used when 'rev' is the
object name of a tag object that refers to a commit object.