Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 382
    • Issues 382
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #486
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

Resolving conflicts can result in nothing to commit and branch merge not concluded

By kev.cla... on June 22, 2010 16:58 (imported from Google Code)


What steps will reproduce the problem?

  1. In a test repo, create a single line modification to file that you know will conflict with an existing commit in a remote repo. Commit locally; then pull from the remote repo.
  2. File will be marked as conflict as expected. Either use 3way merge, or simply edit the file to remove the conflict markers, and leave your LOCAL repo changes, ie accept your local commit over the remotes version.
  3. Right click on the conflicted file TortoiseGit -> Resolved... This now marks the file as clean, no changes, where a modified file to commit was expected. A further pull cannot be performed, as you get 'You have not concluded your merge (MERGE_HEAD exists)', and you have to perform: 'git reset HEAD --hard' to reset your merge and start over.

What is the expected output? What do you see instead?
Resolving the file by only including your original LOCAL commit (ie rejecting the remote merge) should still result in a modified file so it can be committed locally as the merge result, then pushed. Doing this by the command line you would normally do as steps 1 and 2 above, but then stage the file and commit as normal. I don't know what TortoiseGit is doing to the repo with the 'Resolved...' action in context menu?

What version of the product are you using? On what operating system?
msysGit 1.7.0.2 32bit
TortoiseGit 1.5.2 32bit
WinXP SP3

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking