Use HEAD for git-compare-abis.sh

svn path=/trunk/; revision=44072
This commit is contained in:
Jakub Zawadzki 2012-07-27 14:57:30 +00:00
parent 0a631d2543
commit d1a7b804d3
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ cd `git rev-parse --show-toplevel`
#LAST_TAG=`git describe --tags --abbrev=0`
#LAST_TAG_DIR=$LAST_TAG
# Unstable branches, e.g. master don't have usable tags. Use a commit instead.
LAST_TAG=d1128f64332ff4f9553e16a7343796d896f7a07e
# Use latest commit
LAST_TAG=HEAD
LAST_TAG_DIR=master
rm -rf $LAST_TAG_DIR