From 89a62ebe06c01c3cf8593be21dbe38dca939b47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Fri, 17 Mar 2017 07:30:29 +0100 Subject: [PATCH] remove dot in pathspec --- git-quick-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-quick-stats b/git-quick-stats index 40a8277..bcb331f 100755 --- a/git-quick-stats +++ b/git-quick-stats @@ -15,7 +15,7 @@ fi _pathspec=${_GIT_PATHSPEC:-} if [ ! -z "${_pathspec}" ] - then _pathspec="-- . $_pathspec" + then _pathspec="-- $_pathspec" fi _limit=${_GIT_LIMIT:-}