summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-12-04 08:17:03 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-12-04 08:17:03 -0600
commitdd694f611a8c2441ab3e371e9ef6954e7e90e7dd (patch)
treeccd505a661be318c598c7048bd287133f94c62a8
parent5d49a7c85b34fd71e37323d2db24bca7a69411a3 (diff)
link to the log view rather than the detail commit view in cgit
-rw-r--r--bin/tinbuild_internals.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tinbuild_internals.sh b/bin/tinbuild_internals.sh
index 03eb594..2150983 100644
--- a/bin/tinbuild_internals.sh
+++ b/bin/tinbuild_internals.sh
@@ -83,7 +83,7 @@ generate_cgit_link()
repo=$(echo $line | cut -f 1 -d \:)
sha=$(echo $line | cut -f 2 -d \:)
- echo "<a href='http://cgit.freedesktop.org/libreoffice/${repo}/commit/?id=$sha'>$repo</a>"
+ echo "<a href='http://cgit.freedesktop.org/libreoffice/${repo}/log/?id=$sha'>$repo</a>"
}
prepare_upload_manifest()