diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-21 18:44:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-21 18:44:55 -0400 |
commit | 4e63cb551b73861b0840f2ff3e0d94aba788eaff (patch) | |
tree | 1de632ce433b8099862ed1af52f5d781a6d6b913 | |
parent | 7e9857b7f08e5a2ea1eae8ff4b6d3ee80bec67ab (diff) |
-rwxr-xr-x | git-rewrite-branch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rewrite-branch b/git-rewrite-branch index 6e37cc4..429070f 100755 --- a/git-rewrite-branch +++ b/git-rewrite-branch @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (c) 2012-2013, 2015 Luke Shumaker <lukeshu@sbcglobal.net> # set -eE @@ -38,7 +38,7 @@ OPTIONS_SPEC= . git-sh-i18n require_work_tree_exists -# I $hastag is false, $ibranch's commit hashes are used as IDs +# If $hastag is false, $ibranch's commit hashes are used as IDs hastag=false # whether ibranch already has tags tag='git-rewrite-id' |