Skip to content

Commit 0bc4cc6

Browse files
committed
merge-resolve: avoid dashed call
We started deprecating the dashed form a long time ago, advertising the fact that dashed invocations of Git commands are deprecated for several major versions. Yet we still used them ourselves. With ashes on our heads, we now start to finally get rid of those calls. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 197759c commit 0bc4cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-merge-resolve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ then
4545
exit 0
4646
else
4747
echo "Simple merge failed, trying Automatic merge."
48-
if git-merge-index -o git-merge-one-file -a
48+
if git merge-index -o git-merge-one-file -a
4949
then
5050
exit 0
5151
else

0 commit comments

Comments
 (0)