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 | 4fa3edc4d6019a3186a7f61ed5bdb8e2dbe8f855 (patch) | |
tree | c4063a9b14fc1defe5cd39aa61a77d70ace9fa11 | |
parent | bc10cde61caf682af699342eeb45eae0ca499673 (diff) |
git-rewrite-branch: fix typo in a comment, add missing copyright year
-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' |