From 41275e0e6bdb2e91782624fe9bcb1034bca125ba Mon Sep 17 00:00:00 2001 From: "claude (dev52 6a6373ce-7c9c-4b48-8c7a-bea1e331259b)" Date: Sat, 4 Jul 2026 08:58:50 -0400 Subject: [PATCH] dm-review-branch: open meld and kdiff3 after the textual review git-diff-review gives the terminal-safe textual pass; add git-meld and git-kdiff3 so the branch review also opens the two GUI diff tools, as it did before. All three share the hardened git-review-driver core. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01EkvXjdNbFRh4Xo5oEstMYw --- usr/bin/dm-review-branch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/bin/dm-review-branch b/usr/bin/dm-review-branch index 7c6ae370..ea1c2918 100755 --- a/usr/bin/dm-review-branch +++ b/usr/bin/dm-review-branch @@ -19,4 +19,8 @@ git log "...${1}" git-diff-review "...${1}" +git-meld "...${1}" + +git-kdiff3 "...${1}" + true "$0: OK."