mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 15:46:19 -04:00
remove dot in pathspec
This commit is contained in:
parent
481bc47482
commit
89a62ebe06
|
|
@ -15,7 +15,7 @@ fi
|
|||
|
||||
_pathspec=${_GIT_PATHSPEC:-}
|
||||
if [ ! -z "${_pathspec}" ]
|
||||
then _pathspec="-- . $_pathspec"
|
||||
then _pathspec="-- $_pathspec"
|
||||
fi
|
||||
|
||||
_limit=${_GIT_LIMIT:-}
|
||||
|
|
|
|||
Loading…
Reference in a new issue