hack: update cherry-pick script to show subject when patch is split
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
6a9d56b35a
commit
81e99fad98
@ -169,7 +169,7 @@ for pull in "${PULLS[@]}"; do
|
||||
fi
|
||||
}
|
||||
# set the subject
|
||||
subject=$(grep "^Subject" "/tmp/${pull}.patch" | sed -e 's/Subject: \[PATCH\] //g')
|
||||
subject=$(grep -m 1 "^Subject" "/tmp/${pull}.patch" | sed -e 's/Subject: \[PATCH//g' | sed 's/.*] //')
|
||||
SUBJECTS+=("#${pull}: ${subject}")
|
||||
done
|
||||
gitamcleanup=false
|
||||
|
Loading…
Reference in New Issue
Block a user