gitlab-org--gitlab-foss/scripts/lint-conflicts.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
77 B
Bash
Raw Normal View History

2017-08-01 12:06:56 +00:00
#!/bin/sh
output=$(git grep -En '^<<<<<<< ')
2017-08-01 12:06:56 +00:00
echo $output
test -z "$output"