Used git log instead of git show for last commit's timestamp
The reason for this was that git show included the whole changeset in the output, but only the UTC timestamp was needed. By using git log it is possible to get just the timestamp. The whole changeset can be large, and can cause unicode encoding errors.
Loading
Please register or sign in to comment