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
79a7da2537
gitlab-org--gitlab-foss
/
scripts
/
lint-conflicts.sh
6 lines
77 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-05-22 14:08:21 -04: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