diff options
author | theuni <theuni@svn> | 2010-02-06 03:30:32 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-02-06 03:30:32 +0000 |
commit | 134e8ee76ccfbc8cbaad37a7637025a5d9ac38e5 (patch) | |
tree | 5de18db3a6254a0816eddcc4c71c62f1d777e4f6 /gitrev.sh | |
parent | 340b36d700dc61034e2d97ce3342b3fbd382f9bb (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-x | gitrev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/') |