dm-review-branch: open meld and kdiff3 after the textual review#8
Closed
assisted-by-ai wants to merge 1 commit into
Closed
dm-review-branch: open meld and kdiff3 after the textual review#8assisted-by-ai wants to merge 1 commit into
assisted-by-ai wants to merge 1 commit into
Conversation
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EkvXjdNbFRh4Xo5oEstMYw
Contributor
Author
|
Closing: mis-targeted. Per the workflow, derivative-maker submodule PRs go to the org-ai-assisted fork (feature branch + PR against org-ai-assisted/master), not against Kicksecure canonical. Re-opened there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dm-review-branchcurrently runs onlygit-diff-review(the terminal-safe textual pass). Restore the GUI diff review it used to provide by also invokinggit-meldandgit-kdiff3after it, so a branch review opens all three tools.All three are the sibling safe drivers over the shared hardened
git-review-driver.shcore, so mode / symlink / gitlink-spoof / Trojan-Source-Unicode / binary changes stay surfaced in every one.bash -n + shellcheck -x clean; pre-push static gate green.