diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bugzilla_mesa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bugzilla_mesa.sh b/bin/bugzilla_mesa.sh index a8f5305844..9095bc9dee 100755 --- a/bin/bugzilla_mesa.sh +++ b/bin/bugzilla_mesa.sh @@ -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) |