Skip to content

Commit 0b963c3

Browse files
committed
git-retimestamp: make final message better visible
1 parent 90070bd commit 0b963c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

git-retimestamp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Rewind commit/author timestamps of N commits back to a
44
### specified offset compared to current values of each commit
5-
### (C) 2019 by Jim Klimov
5+
### (C) 2019-2021 by Jim Klimov
66

77
set -xv
88
[ -n "$BACK" ] || BACK=2
@@ -43,5 +43,7 @@ done
4343

4444
echo ""
4545
echo ""
46+
echo "==============================================================================="
4647
echo "DONE; if you want to 'git reset' to initial state, this was the starting point:"
4748
echo "$INITLOG"
49+
echo "==============================================================================="

0 commit comments

Comments
 (0)