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