-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 1.5.7.1
-
Component/s: None
-
None
-
Severity 2 - Major
If a cherry-pick failed then it actually awaits for you to continue or abort, but we don't seem to be detecting this. The next time the user attempts to do a cherry-pick they can't continue without going to the terminal.
Also, Git allows cherry-picking from the current branch, you should use reset for a specific revision instead for that. If you do specify a revision of a commit on your current branch it just fails and thinks it's still in progress. There must be a reason for this, but IMO it should return an error and abort the cherry-pick. Instead, the user has to manually abort from the terminal.
—
error: a cherry-pick or revert is already in progress
hint: try "git cherry-pick (--continue | --quit | --abort)"
fatal: cherry-pick failed
- causes
-
SRCTREE-1486 Cherry-picking multiple commits fails
-
- Closed
-