debian-mirror-gitlab/scripts/lint-conflicts.sh
2020-03-13 15:44:24 +05:30

5 lines
76 B
Bash
Executable file

#!/bin/sh
output=`git grep -En '^<<<<<<< '`
echo $output
test -z "$output"