From 3a423e11a6e5fc459b790a6c42d74a1ad87e5404 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 1 Dec 2017 12:18:07 -0800 Subject: [PATCH] allow command to be run in git repo subdirectory (#105) --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index e6f8463..ac9e5fb 100755 --- a/git-open +++ b/git-open @@ -21,7 +21,7 @@ i,issue! open issues page # https://github.com/koalaman/shellcheck/wiki/SC1090 # shellcheck source=/dev/null -. "$(git --exec-path)/git-sh-setup" +SUBDIRECTORY_OK='Yes' . "$(git --exec-path)/git-sh-setup" # Defaults is_issue=0