Home
last modified time | relevance | path

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

/external/toolchain-utils/toolchain_utils_githooks/
Dpre-push.real56 while IFS=' ' read local_ref local_sha remote_ref remote_sha; do
58 if [[ "$remote_sha" == $z40 ]]; then
63 range="$remote_sha..$local_sha"