summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-17git-rewrite-branch: fix typogit-rewrite-branchLuke Shumaker
2016-05-21git-rewrite-branch: fix typo in a comment, add missing copyright yearLuke Shumaker
2015-06-16git-rewrite-branch: --svn was in the usage text twice.Luke Shumaker
2015-06-16git-rewrite-branch: fix mistake in the usage textLuke Shumaker
2015-06-16git-rewrite-branch: fix typoLuke Shumaker
2013-12-23git-rewrite-branch: change verbose() to use printf instead of interpolationLuke Shumaker
2013-12-23git-rewrite-branch: generalize to support arbitrary existing tagsLuke Shumaker
2013-05-26git-rewrite-branch: touch upLuke Shumaker
* 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
2013-03-16Use git-sh-setup for git-rewrite-branch, clean up it's usage()Luke Shumaker
2013-01-29Have git-rewrite-branch not create obranch until the end.Luke Shumaker
2012-11-26write git-rewrite-branchLuke Shumaker