debian-mirror-gitlab/scripts/lint-conflicts.sh

6 lines
76 B
Bash
Raw Normal View History

2017-09-10 17:25:29 +05:30
#!/bin/sh
2020-03-13 15:44:24 +05:30
output=`git grep -En '^<<<<<<< '`
2017-09-10 17:25:29 +05:30
echo $output
test -z "$output"