Skip to content

Commit

Permalink
More sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 21, 2024
1 parent 2a49ee8 commit db184d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/merge_tools/merge_script_then_plumelib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ esac
git-mergetool.sh $all_arg --tool=merge-plumelib

# Check if there are still conflicts
diffs=$(git diff --name-only --diff-filter=U)
diffs=$(git diff --name-only --diff-filter=U | sort)
if [ -z "$diffs" ]; then
git add .
git commit -m "Resolved conflicts by calling: git-mergetool.sh $all_arg --tool=merge-plumelib"
Expand Down

0 comments on commit db184d4

Please sign in to comment.