Skip to content

Commit

Permalink
Merge pull request tj#488 from apjanke/git-clear-shebang
Browse files Browse the repository at this point in the history
Fix missing shebang in git-clear and missing +x on others.
  • Loading branch information
qw3rtman committed Dec 27, 2015
2 parents 0cd5ebe + 4bed27e commit 5d16dd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/git-clear
Original file line number Diff line number Diff line change
@@ -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" ]
Expand Down
Empty file modified bin/git-show-merged-branches
100644 → 100755
Empty file.
Empty file modified bin/git-show-unmerged-branches
100644 → 100755
Empty file.

0 comments on commit 5d16dd1

Please sign in to comment.