Merge branch 'jc/fetch'
[gitweb.git] / Documentation / git.txt
index aa3acc0466b66afaace22cff5e38ca650e9ae826..e875e8318d24fa046c7cddfc3e583b4c242d9302 100644 (file)
@@ -35,11 +35,13 @@ ifdef::stalenotes[]
 You are reading the documentation for the latest version of git.
 Documentation for older releases are available here:
 
-* link:v1.5.0.1/git.html[documentation for release 1.5.0.1]
+* link:v1.5.0.3/git.html[documentation for release 1.5.0.3]
 
-* link:v1.5.0.1/RelNotes-1.5.0.1.txt[release notes for 1.5.0.1]
+* link:v1.5.0.3/RelNotes-1.5.0.3.txt[release notes for 1.5.0.3]
+
+* link:v1.5.0.2/RelNotes-1.5.0.2.txt[release notes for 1.5.0.2]
 
-* link:v1.5.0/git.html[documentation for release 1.5.0]
+* link:v1.5.0.1/RelNotes-1.5.0.1.txt[release notes for 1.5.0.1]
 
 * link:v1.5.0/RelNotes-1.5.0.txt[release notes for 1.5.0]
 
@@ -239,6 +241,12 @@ Identifier Terminology
        operate on a <tree> object but automatically dereferences
        <commit> and <tag> objects that point at a <tree>.
 
+<commit-ish>::
+       Indicates a commit or tag object name.  A
+       command that takes a <commit-ish> argument ultimately wants to
+       operate on a <commit> object but automatically dereferences
+       <tag> objects that point at a <commit>.
+
 <type>::
        Indicates that an object type is required.
        Currently one of: `blob`, `tree`, `commit`, or `tag`.