Searched refs:subject (Results 1 – 3 of 3) sorted by relevance
19 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" ]; then69 grep_pattern=$(convert_to_grep_pattern "$subject")76 while read -r hash subject; do77 if echo "$subject" | grep -qP "$grep_pattern"; then
2156 my $subject = "";2160 $subject = $1 if ($line =~ m/$VCS_cmds{"subject_pattern"}/);2175 @{$ref}[1] eq $subject &&2183 [ ($commit, $subject, $type) ]);
1304 my $subject = $2;1306 $git_commits{$sha1} = $subject;
Completed in 12 milliseconds