1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

Removed relative date in commit entries.

- schhist/schhist2web: the relative date is relative to the time
  schhist2web was run, not the time the page is displayed, which is
  incorrect. Removed it. (Reported by Wolfgang Spraul)
This commit is contained in:
Werner Almesberger 2010-10-12 05:50:47 -03:00
parent 9816847760
commit e7f84454e2

View File

@ -65,7 +65,7 @@ commit_entry()
EOF
echo "<PRE>"
( cd "$dir" && git show \
--pretty=format:"%aN <%aE>%n %ad, %ar%n%n %s" \
--pretty=format:"%aN <%aE>%n %ad%n%n %s" \
--quiet $next; ) |
sed 's/&/&amp;/g;s/</\&lt;/g;s/>/\&gt;/g' |
if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then