From 4bed27e197a6e511a708191db445eafe4df592e8 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Sun, 27 Dec 2015 15:02:55 -0500 Subject: [PATCH] Fix missing shebang in git-clear and missing +x on others --- bin/git-clear | 2 ++ bin/git-show-merged-branches | 0 bin/git-show-unmerged-branches | 0 3 files changed, 2 insertions(+) mode change 100644 => 100755 bin/git-show-merged-branches mode change 100644 => 100755 bin/git-show-unmerged-branches diff --git a/bin/git-clear b/bin/git-clear index 460ec0a10..6d2d5e69d 100755 --- a/bin/git-clear +++ b/bin/git-clear @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + echo "Sure? - This command may delete files that cannot be recovered. [Y/n]" read ans if [ "$ans" != "n" ] diff --git a/bin/git-show-merged-branches b/bin/git-show-merged-branches old mode 100644 new mode 100755 diff --git a/bin/git-show-unmerged-branches b/bin/git-show-unmerged-branches old mode 100644 new mode 100755