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
Version 1.2.10 - Copy a whole merge from the Git Log
Right-clicking a merge commit in the Git Log now copies every file the merge actually brought into the receiving branch, compared against the merge's first parent.
Previously the copy followed the IDE's combined view, which lists only conflicted files and is empty for a clean merge, so incoming files were silently missing.
File contents come from the merge commit itself, so conflict resolutions are included and later commits or uncommitted edits are never picked up.
Selecting individual files in the changed-files browser still copies only those files.
A commit with no net change keeps the clipboard unchanged and says so; a revision that cannot be read reports an error instead of quietly copying nothing.