aboutsummaryrefslogtreecommitdiff
path: root/gitrev.sh
diff options
context:
space:
mode:
authortheuni <theuni@svn>2010-02-06 03:30:32 +0000
committertheuni <theuni@svn>2010-02-06 03:30:32 +0000
commit134e8ee76ccfbc8cbaad37a7637025a5d9ac38e5 (patch)
tree5de18db3a6254a0816eddcc4c71c62f1d777e4f6 /gitrev.sh
parent340b36d700dc61034e2d97ce3342b3fbd382f9bb (diff)
fixed: whoops, might want to actually look back a few commits
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27499 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'gitrev.sh')
-rwxr-xr-xgitrev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitrev.sh b/gitrev.sh
index a1ade00a18..6fa091a668 100755
--- 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/')