Home
last modified time | relevance | path

Searched refs:COMMIT_LAST (Results 1 – 1 of 1) sorted by relevance

/openssl/util/
H A Dcheck-format-commit.sh46 COMMIT_LAST=$(git rev-parse $COMMIT_RANGE)
61 if [ $(echo "$COMMIT_LAST" | wc -l) -gt 1 ]; then
62 COMMIT_LAST=$(echo "$COMMIT_LAST" | head -1)
114 git show $COMMIT_LAST:$j > $TEMPDIR/check-format/$j

Completed in 4 milliseconds