Accept ./ paths as relative to cwd

This commit is contained in:
Tim Pope
2018-08-15 19:24:35 -04:00
parent 45c21fc384
commit 7b0aa58090
2 changed files with 26 additions and 23 deletions

View File

@@ -323,7 +323,7 @@ refs/heads/x .git/refs/heads/x
@ The commit referenced by @ aka HEAD
master^ The parent of the commit referenced by master
master: The tree referenced by master
./master The file named master in the work tree
./master The file named master in the working directory
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 index (writable)