Lines Matching refs:sha
30 # in the form "fixes:$sha"
42 # Throw a warning for each invalid sha
48 echo WARNING: Commit $1 lists invalid sha $id
107 while read sha
111 if grep -q ^$sha bin/.cherry-ignore ; then
117 if grep -q ^$sha already_picked ; then
121 if is_fixes_nomination "$sha"; then
123 elif is_brokenby_nomination "$sha"; then
125 elif is_revert_nomination "$sha"; then
127 elif is_stable_nomination "$sha"; then
129 elif is_typod_nomination "$sha"; then
146 git --no-pager show --no-patch --oneline $sha