summaryrefslogtreecommitdiffstats
path: root/mgagit-format-commit-email
diff options
context:
space:
mode:
Diffstat (limited to 'mgagit-format-commit-email')
-rwxr-xr-xmgagit-format-commit-email19
1 files changed, 19 insertions, 0 deletions
diff --git a/mgagit-format-commit-email b/mgagit-format-commit-email
new file mode 100755
index 0000000..f41c3fc
--- /dev/null
+++ b/mgagit-format-commit-email
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+REV=$1
+if [ -z "$1" ]; then
+ echo "Unknown Commit"
+ exit
+fi
+if [ -z "$GL_REPO" ]; then
+ echo "Cannot find Gitolite Repository"
+ exit
+fi
+
+echo '-----------------------------------------------------------------------'
+echo
+echo "http://gitweb.mageia.org/$GL_REPO/commit/?id=$REV"
+echo
+echo
+git show -C $REV
+echo