Description: Add shebang to the git-rename-tag
 This patch add the shebang needed to be executed directly to the
 git-rename-tag file.
Author: Jesús Espino <jespinog@gmail.com>
Forwarded: yes
Applied-Upstream: commit:465eabef9b9ce58d2e88c125178353afdc51084e

--- git-extras-1.7.0.orig/bin/git-rename-tag
+++ git-extras-1.7.0/bin/git-rename-tag
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 old=$1
 new=$2
 
