fixed: whoops, might want to actually look back a few commits
[vuplus_xbmc] / gitrev.sh
index a1ade00..6fa091a 100755 (executable)
--- a/gitrev.sh
+++ b/gitrev.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 N=0
 R=""
-MAX=1
+MAX=50
 while [[ $N -le $MAX && "x$R" == "x" ]]
 do
   R=$(git log -1 --pretty=format:%b HEAD~$N | sed -e 's/.*@\([0-9]\+\) .*/\1/')