From 013e56588d7cd0f09b2658391267174005d43582 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 30 Jul 2019 20:22:09 +0100 Subject: [PATCH] updated git_for_each_branch.sh --- git_for_each_branch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git_for_each_branch.sh b/git_for_each_branch.sh index f45e701b..43b9f7eb 100755 --- a/git_for_each_branch.sh +++ b/git_for_each_branch.sh @@ -17,6 +17,7 @@ set -euo pipefail [ -n "${DEBUG:-}" ] && set -x srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +# shellcheck disable=SC1090 . "$srcdir/git.sh" foreachbranch "$@"