From e7f84454e2740b4c8074a431f06e50d2a710598a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 12 Oct 2010 05:50:47 -0300 Subject: [PATCH] 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) --- schhist/schhist2web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schhist/schhist2web b/schhist/schhist2web index 5a91d74..e763d33 100755 --- a/schhist/schhist2web +++ b/schhist/schhist2web @@ -65,7 +65,7 @@ commit_entry() EOF echo "
"
     ( 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' |
       if [ -z "$SCHHIST_COMMIT_TEMPLATE" ]; then