Module: Mesa Branch: master Commit: 5a639bdb810f89a9ab1018619bd2d8e9cad58a14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a639bdb810f89a9ab1018619bd2d8e9cad58a14
Author: Dylan Baker <[email protected]> Date: Mon May 21 10:28:34 2018 -0700 bin/bugzilla_mesa.sh: explicitly set the --pretty argument Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Andres Gomez <[email protected]> --- bin/bugzilla_mesa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
