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.sh50 [ -n $COMMIT_RANGE ] && COMMIT_LAST=$(git rev-parse $COMMIT_RANGE)
64 if [ $(echo -n "$COMMIT_LAST" | wc -w) -ne 1 ]; then
65 COMMIT_LAST=$(echo "$COMMIT_LAST" | head -1)
113 git show $COMMIT_LAST:$j > $TEMPDIR/check-format/$j

Completed in 3 milliseconds