mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2026-05-25 11:24:56 +02:00
remove dot in pathspec
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fi
|
||||
|
||||
_pathspec=${_GIT_PATHSPEC:-}
|
||||
if [ ! -z "${_pathspec}" ]
|
||||
then _pathspec="-- . $_pathspec"
|
||||
then _pathspec="-- $_pathspec"
|
||||
fi
|
||||
|
||||
_limit=${_GIT_LIMIT:-}
|
||||
|
||||
Reference in New Issue
Block a user