Searched refs:commentChar (Results 1 – 1 of 1) sorted by relevance
67 # Get core.commentChar from git config or use default symbol68 commentChar=`git config --get core.commentChar`69 commentChar=${commentChar:-#}92 # Skip lines starting with commentChar without any spaces before it.93 /^'"$commentChar"'/ { next }