You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to cherry-pick a commit that contains 2 modified files using CherryPickCommand. The cherry-pick results in CherryPickStatus.FAILED, because I also have the same 2 files modified in my working copy (as unstaged files). When I print CherryPickResult.getFailingPaths(), I only see only one file in the map with MergeFailureReason=DIRTY_WORKTREE.
Actual behavior
CherryPickResult.getFailingPaths() reports a single failing path.
Expected behavior
CherryPickResult.getFailingPaths() should have reported 2 failing paths.
Relevant log output
Other information
I tried the same scenario in EGit in Eclipse. It also reports a single failing path, although SourceTree for example reports, as expected, 2 of them.
The text was updated successfully, but these errors were encountered:
Version
7.1.0
Operating System
Windows
Bug description
I am trying to cherry-pick a commit that contains 2 modified files using
CherryPickCommand
. The cherry-pick results inCherryPickStatus.FAILED
, because I also have the same 2 files modified in my working copy (as unstaged files). When I printCherryPickResult.getFailingPaths()
, I only see only one file in the map withMergeFailureReason=DIRTY_WORKTREE
.Actual behavior
CherryPickResult.getFailingPaths()
reports a single failing path.Expected behavior
CherryPickResult.getFailingPaths()
should have reported 2 failing paths.Relevant log output
Other information
I tried the same scenario in EGit in Eclipse. It also reports a single failing path, although SourceTree for example reports, as expected, 2 of them.
The text was updated successfully, but these errors were encountered: