summaryrefslogtreecommitdiff
path: root/git-rewrite-branch
diff options
context:
space:
mode:
Diffstat (limited to 'git-rewrite-branch')
-rwxr-xr-xgit-rewrite-branch4
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'