mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02: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:
parent
9816847760
commit
e7f84454e2
@ -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/&/&/g;s/</\</g;s/>/\>/g' |
|
||||
if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user