mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +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:
@@ -65,7 +65,7 @@ commit_entry()
|
|||||||
EOF
|
EOF
|
||||||
echo "<PRE>"
|
echo "<PRE>"
|
||||||
( cd "$dir" && git show \
|
( 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; ) |
|
--quiet $next; ) |
|
||||||
sed 's/&/&/g;s/</\</g;s/>/\>/g' |
|
sed 's/&/&/g;s/</\</g;s/>/\>/g' |
|
||||||
if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then
|
if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user