bin/bugzilla_mesa.sh: explicitly set the --pretty argument
[mesa.git] / bin / bugzilla_mesa.sh
index a8f5305844b5bfe3a29e11a4df2322c2fca951bc..9095bc9deeae2f1509407b6b90ef1b2060877ba7 100755 (executable)
@@ -23,7 +23,7 @@ echo "<ul>"
 echo ""
 
 # extract fdo urls from commit log
-git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
+git log --pretty=medium $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
 while read url
 do
        id=$(echo $url | cut -d'=' -f2)