remove dot in pathspec

This commit is contained in:
Lukáš Mešťan
2017-03-17 07:30:29 +01:00
committed by GitHub
parent 481bc47482
commit 89a62ebe06
+1 -1
View File
@@ -15,7 +15,7 @@ fi
_pathspec=${_GIT_PATHSPEC:-}
if [ ! -z "${_pathspec}" ]
then _pathspec="-- . $_pathspec"
then _pathspec="-- $_pathspec"
fi
_limit=${_GIT_LIMIT:-}