summaryrefslogtreecommitdiff
path: root/git-rewrite-branch--appendid
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-26 18:57:07 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-26 18:57:07 -0400
commit4111ae2d4633e402728331aba6a0f95c54f8d3cf (patch)
tree505bbfaf4eb626bac0973299dda29e3b6d132ad1 /git-rewrite-branch--appendid
parent0897c55ff412b68b553ace31eb24f93cbbe289ab (diff)
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
Diffstat (limited to 'git-rewrite-branch--appendid')
-rwxr-xr-xgit-rewrite-branch--appendid4
1 files changed, 0 insertions, 4 deletions
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}"