Home
last modified time | relevance | path

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

/arm-trusted-firmware/.husky/
H A Dcommit-msg.gerrit67 # Get core.commentChar from git config or use default symbol
68 commentChar=`git config --get core.commentChar`
69 commentChar=${commentChar:-#}
92 # Skip lines starting with commentChar without any spaces before it.
93 /^'"$commentChar"'/ { next }