We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcc69f commit 078191aCopy full SHA for 078191a
git-reauthor
@@ -10,7 +10,7 @@ PREV=1
10
[ -n "$COMMIT_USER_NAME" ] || { echo "COMMIT_USER_NAME or proper git config is required" >&2 ; exit 1; }
11
[ -n "$COMMIT_USER_EMAIL" ] || COMMIT_USER_EMAIL="`git config user.email || git config --global user.email`"
12
[ -n "$COMMIT_USER_EMAIL" ] || { echo "COMMIT_USER_EMAIL or proper git config is required" >&2 ; exit 1; }
13
-INITLOG="`git log -1"
+INITLOG="`git log -1`"
14
15
ANEW="$COMMIT_USER_NAME <$COMMIT_USER_EMAIL>"
16
git-retimestamp
@@ -8,7 +8,7 @@ set -xv
8
[ -n "$BACK" ] || BACK=2
9
PREV=1
[ -n "$OFFSET" ] || OFFSET="- 3 days"
# Note that we must rewrite history starting from the newest
# commit, tracking back to the oldest, otherwise the edited
0 commit comments