Remove obsolete Git object examples

This commit is contained in:
Tim Pope
2019-08-19 11:18:48 -04:00
parent f29298880f
commit e768806266

View File

@@ -575,12 +575,12 @@ optional object, the default is the file in the index for work tree files and
the work tree file for everything else. Example objects follow. the work tree file for everything else. Example objects follow.
Object Meaning ~ Object Meaning ~
HEAD .git/HEAD
refs/heads/x .git/refs/heads/x (in "common dir" if present)
@ The commit referenced by @ aka HEAD @ The commit referenced by @ aka HEAD
master The commit referenced by master
master^ The parent of the commit referenced by master master^ The parent of the commit referenced by master
master: The tree referenced by master master: The tree referenced by master
./master The file named master in the working directory ./master The file named master in the working directory
:(top)master The file named master in the the work tree
Makefile The file named Makefile in the work tree Makefile The file named Makefile in the work tree
@^:Makefile The file named Makefile in the parent of HEAD @^:Makefile The file named Makefile in the parent of HEAD
:Makefile The file named Makefile in the index (writable) :Makefile The file named Makefile in the index (writable)