Lines Matching refs:title
69 and the Differential revision title must match the summary line of the
145 commit it using the review's title, summary and author.
243 local title
245 title=$(echo $1 | sed 's/"/\\"/g')
248 if (substr($0, index($0, FS) + length(FS)) == "'"$title"'") {
256 local commit diff title
270 title=$(git show -s --format=%s "$commit")
271 diff=$(title2diff "$title")
273 err "could not find review for '${title}'"
453 local chash commit commits diff openrevs title
470 title=$(git show -s --format=%s "$commit")
473 '{if ($2 == "'"$(echo $title | sed 's/"/\\"/g')"'") print $0}')
475 echo "No Review : $title"
654 local author branch commit commits diff reviewers title tmp
680 title=$(git show -s --format=%s "$commit")
681 diff=$(title2diff "$title")