Skip to content

Commit 078191a

Browse files
committed
git-re*: typo fix
1 parent bbcc69f commit 078191a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-reauthor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PREV=1
1010
[ -n "$COMMIT_USER_NAME" ] || { echo "COMMIT_USER_NAME or proper git config is required" >&2 ; exit 1; }
1111
[ -n "$COMMIT_USER_EMAIL" ] || COMMIT_USER_EMAIL="`git config user.email || git config --global user.email`"
1212
[ -n "$COMMIT_USER_EMAIL" ] || { echo "COMMIT_USER_EMAIL or proper git config is required" >&2 ; exit 1; }
13-
INITLOG="`git log -1"
13+
INITLOG="`git log -1`"
1414

1515
ANEW="$COMMIT_USER_NAME <$COMMIT_USER_EMAIL>"
1616

git-retimestamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -xv
88
[ -n "$BACK" ] || BACK=2
99
PREV=1
1010
[ -n "$OFFSET" ] || OFFSET="- 3 days"
11-
INITLOG="`git log -1"
11+
INITLOG="`git log -1`"
1212

1313
# Note that we must rewrite history starting from the newest
1414
# commit, tracking back to the oldest, otherwise the edited

0 commit comments

Comments
 (0)