Home
last modified time | relevance | path

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

/scripts/
A Dgit-resolve.sh19 local subject="$1"
22 escaped_subject=$(printf '%s\n' "$subject" | sed 's/[[\.*^$()+?{}|]/\\&/g')
40 local subject=""
44 subject="${input#* }"
46 subject="${subject#*(\"}"
47 subject="${subject%\")*}"
66 if [ -n "$subject" ]; then
69 grep_pattern=$(convert_to_grep_pattern "$subject")
76 while read -r hash subject; do
77 if echo "$subject" | grep -qP "$grep_pattern"; then
A Dget_maintainer.pl2156 my $subject = "";
2160 $subject = $1 if ($line =~ m/$VCS_cmds{"subject_pattern"}/);
2175 @{$ref}[1] eq $subject &&
2183 [ ($commit, $subject, $type) ]);
A Dcheckpatch.pl1304 my $subject = $2;
1306 $git_commits{$sha1} = $subject;

Completed in 12 milliseconds