bin/get-pick-list.sh: simplify git oneline printing
[mesa.git] / bin / get-pick-list.sh
index 9e9a39e494be268a14f6d6c7c20c3638f6a11ca5..ba741cc4114cb3c89945828048026412332cfc0a 100755 (executable)
@@ -32,7 +32,7 @@ do
                continue
        fi
 
-       git log -n1 --pretty=oneline $sha | cat
+       git --no-pager show --summary --oneline $sha
 done
 
 rm -f already_picked