-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Labels
area - gitFeatures or bug reports relating to gitFeatures or bug reports relating to gitcrashBug reports involving a crashBug reports involving a crash
Description
Description
As described above.
Steps To Reproduce
- First, create a Git repository in a merge conflict state:
mkdir test
cd test
git init
echo "master" > test.txt
git add test.txt
git commit -m "master"
git branch b1
git branch b2
git checkout b1
echo "b1" > test.txt
git add test.txt
git commit -m "b1"
git checkout b2
echo "b2" > test.txt
git add test.txt
git commit -m "b2"
git checkout b1
git merge b2- In Files, navigate to the
testdirectory, click the Git integration tool, and switch tob2branch by either “Bring my changes to 'b2'" or "Leave my changes on 'b1". - Files will crash immediately.
Files Version
3.9.1.0
Windows Version
10.0.26100.3323
User ID
adae468e-679d-43ff-829c-81eff14cf62b
Log File
Metadata
Metadata
Assignees
Labels
area - gitFeatures or bug reports relating to gitFeatures or bug reports relating to gitcrashBug reports involving a crashBug reports involving a crash
Type
Projects
Status
🏗 In progress