Skip to content

ClipCode v1.2.10

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:04
· 2 commits to main since this release

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.