gbp_retag_commit.sh: get related blocks of code closer one another
authorAntonio Ospite <ao2@ao2.it>
Wed, 18 Nov 2015 14:17:29 +0000 (15:17 +0100)
committerAntonio Ospite <ao2@ao2.it>
Wed, 18 Nov 2015 14:38:56 +0000 (15:38 +0100)
gbp_retag_commit.sh

index 3522c20..e2a095b 100755 (executable)
@@ -17,7 +17,6 @@ usage() {
 }
 
 HASH="$1"
-
 git cat-file -e "${HASH}^{commit}" || { usage 1>&2; exit 1; }
 
 CHANGELOG_HEADER="$(git show $HASH:debian/changelog | head -1)"