Skip to content

Commit

Permalink
fixed: whoops, might want to actually look back a few commits
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27499 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
theuni committed Feb 6, 2010
1 parent 340b36d commit 134e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/')
Expand Down

0 comments on commit 134e8ee

Please sign in to comment.