This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
66108e3b34
gitlab-org--gitlab-foss
/
scripts
/
lint-conflicts.sh
6 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Make sure we didn't commit conflicts
2017-08-01 08:06:56 -04:00
#!/bin/sh
Add latest changes from gitlab-org/gitlab@master
2020-02-03 19:09:04 -05:00
output
=
`
git grep -En
'^<<<<<<< '
`
Make sure we didn't commit conflicts
2017-08-01 08:06:56 -04:00
echo
$output
test
-z
"
$output
"
Copy permalink