From 4e63cb551b73861b0840f2ff3e0d94aba788eaff Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 21 May 2016 18:44:55 -0400 Subject: git-rewrite-branch: fix typo in a comment, add missing copyright year --- git-rewrite-branch | 4 ++-- 1 file 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 +# Copyright (c) 2012-2013, 2015 Luke Shumaker # 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' -- cgit v1.2.2