Skip to content

Allow vcxproj and sln files to merge as text.#474

Merged
danbelcher-MSFT merged 1 commit intomicrosoft:masterfrom
danbelcher-MSFT:dabelc/MergeProjectFilesAsText
Apr 24, 2019
Merged

Allow vcxproj and sln files to merge as text.#474
danbelcher-MSFT merged 1 commit intomicrosoft:masterfrom
danbelcher-MSFT:dabelc/MergeProjectFilesAsText

Conversation

@danbelcher-MSFT
Copy link
Copy Markdown

Description of the changes:

This will cause Git to insert conflict markers in the file and make it easier to identify and fix merge conflicts. Previously, Git would complain about conflicts with these files, but no markers were inserted.

How changes were validated:

Manual.

  • Checkout feature/GraphingCalculator and merge in upstream/master. Git identifies merge conflicts present for Calculator.vcxproj but there are no conflict markers in the file. Abort the merge.
  • Merge in dabelc/MergeProjectFilesAsText. Confirm Git is able to merge Calculator.vcxproj.

This will cause Git to insert conflict markers in the file and make it easier to identify and fix merge conflicts. Previously, Git would complain about conflicts with these files, but no markers were inserted.
@danbelcher-MSFT danbelcher-MSFT merged commit b03a026 into microsoft:master Apr 24, 2019
@danbelcher-MSFT danbelcher-MSFT deleted the dabelc/MergeProjectFilesAsText branch April 26, 2019 00:48
EriWong pushed a commit to EriWong/calculator that referenced this pull request Jun 5, 2019
Description of the changes:
This will cause Git to insert conflict markers in the file and make it easier to identify and fix merge conflicts. Previously, Git would complain about conflicts with these files, but no markers were inserted.

How changes were validated:
Manual.

Checkout feature/GraphingCalculator and merge in upstream/master. Git identifies merge conflicts present for Calculator.vcxproj but there are no conflict markers in the file. Abort the merge.
Merge in dabelc/MergeProjectFilesAsText. Confirm Git is able to merge Calculator.vcxproj.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants