7 git fetch origin refs
/notes
/*:refs
/notes
/*
9 NOTE_PRS
=$
(git log
${LOG_ARG} --show-notes=pull_request_number |
10 grep -A1 pull_request_number |
11 grep -vE '(pull_request_number|--)'|
14 MERGED_PRS
=$
(git log
${LOG_ARG} |
grep 'Merge pull request'|cut
-d'#' -f2|cut
-d\
-f1)
16 (for word
in ${NOTE_PRS} ${MERGED_PRS}; do