From 4111ae2d4633e402728331aba6a0f95c54f8d3cf Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 May 2013 18:57:07 -0400 Subject: git-rewrite-branch: touch up * change USAGE to not imply an order between `-h` `-v` and `--svn` * have panic() print to stderr, not stdout * use [[ $var == string ]] instead of [[ $var = string ]] for readability (the only place I used a single = was when checking argument numbers) * add "Usage:" comments to functions * move git-rewrite-branch--appendid into the main file, as a quoted string --- git-rewrite-branch--appendid | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 git-rewrite-branch--appendid (limited to 'git-rewrite-branch--appendid') diff --git a/git-rewrite-branch--appendid b/git-rewrite-branch--appendid deleted file mode 100755 index e44180a..0000000 --- a/git-rewrite-branch--appendid +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -tag=$1 -sed '$a'"${tag}: ${GIT_COMMIT}" -- cgit v1.2.3-2-g168b