Home
last modified time | relevance | path

Searched full:prev (Results 1 – 1 of 1) sorted by relevance

/littlefs-2.7.6/
D.travis.yml73PREV=$(curl -u "$GEKY_BOT_STATUSES" https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
80 if [ "$PREV" -ne 0 ]
82 STATUS="$STATUS ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)"
347 PREV=$(git tag --sort=-v:refname -l "v*" | head -1)
348 if [ ! -z "$PREV" ]
350 echo "PREV $PREV"
351 CHANGES=$(git log --oneline $PREV.. --grep='^Merge' --invert-grep)