We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90070bd commit 0b963c3Copy full SHA for 0b963c3
git-retimestamp
@@ -2,7 +2,7 @@
2
3
### Rewind commit/author timestamps of N commits back to a
4
### specified offset compared to current values of each commit
5
-### (C) 2019 by Jim Klimov
+### (C) 2019-2021 by Jim Klimov
6
7
set -xv
8
[ -n "$BACK" ] || BACK=2
@@ -43,5 +43,7 @@ done
43
44
echo ""
45
46
+echo "==============================================================================="
47
echo "DONE; if you want to 'git reset' to initial state, this was the starting point:"
48
echo "$INITLOG"
49
0 commit comments