amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsic
[mesa.git] / bin / shortlog_mesa.sh
index b20c52fdd45ee05619e5d1b7419bca32038ca44d..c9a42972368c7a351d6e1e57499d56878de4f375 100755 (executable)
@@ -1,10 +1,16 @@
-#!/bin/bash
+#!/bin/sh
 
 # This script is used to generate the list of changes that
 # appears in the release notes files, with HTML formatting.
+#
+# Usage examples:
+#
+# $ bin/shortlog_mesa.sh mesa-9.0.2..mesa-9.0.3
+# $ bin/shortlog_mesa.sh mesa-9.0.2..mesa-9.0.3 > changes
+# $ bin/shortlog_mesa.sh mesa-9.0.2..mesa-9.0.3 | tee changes
 
 
-typeset -i in_log=0
+in_log=0
 
 git shortlog $* | while read l
 do