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

/gem5/ext/
H A Dgit-commit-msg67 # Get core.commentChar from git config or use default symbol
68 commentChar=`git config --get core.commentChar`
69 commentChar=${commentChar:-#}
89 # Skip lines starting with commentChar without any spaces before it.
90 /^'"$commentChar"'/ { next }

Completed in 4 milliseconds