Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC IRIS Web Services
Drupal Upstream
Commits
7f9bb121
Unverified
Commit
7f9bb121
authored
2 years ago
by
briancanini
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#533
from ASCWebServices/lee5151
update tmux-parallel-push merge-conflict code
parents
2ac92bb2
c5cb3f2e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/tmux-parallel-push.sh
+2
-2
2 additions, 2 deletions
scripts/tmux-parallel-push.sh
with
2 additions
and
2 deletions
scripts/tmux-parallel-push.sh
+
2
−
2
View file @
7f9bb121
...
...
@@ -55,8 +55,8 @@
MERGE_ERR
=
$(
grep
-rnw
'./'
-e
"Merge conflict"
)
;
if
[[
-n
${
MERGE_ERR
}
]]
;
then
echo
;
echo
"It looks there were some errors. Review merge-conflicts.txt for more information."
;
echo
;
echo
"
$MERGE_ERR
"
>
./merge-conflicts.txt
;
echo
;
echo
"It looks there were some errors. Review
_
merge-conflicts.txt for more information."
;
echo
;
echo
"
$MERGE_ERR
"
>
./
_
merge-conflicts.txt
;
else
echo
;
echo
"No automatic merge issues detected. Success?"
;
echo
;
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment