diff --git a/bin/git-effort b/bin/git-effort index c0ee24d..4528ec9 100755 --- a/bin/git-effort +++ b/bin/git-effort @@ -17,7 +17,7 @@ usage() { # get dates for the given # dates() { - eval "git log $args_to_git_log --pretty='format: %ad' --date=short \"$1\"" + eval "git log $args_to_git_log --pretty='format: %ad' --date=short -- \"$1\"" } # tput, being quiet about unknown capabilities @@ -31,7 +31,7 @@ tputq() { # hide_cursor() { - tputq civis + tputq civis } #