[Concept,02/11] claude: Drop mention of --no-ext-diff

Message ID 20260104200844.481633-3-sjg@u-boot.org
State New
Headers
Series buildman: Pylint cleanups |

Commit Message

Simon Glass Jan. 4, 2026, 8:08 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

This is not needed anymore, so drop it.

The .gitconfig file now has this:

  [diff]
    tool = meld
    prompt = true

Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 CLAUDE.md | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/CLAUDE.md b/CLAUDE.md
index aaec9cc031d..5923cd7d8dd 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -58,7 +58,6 @@  um py -B sandbox <test_name>
 - The `um` tool is the preferred build method for this codebase
 - Always run `make mrproper` if you encounter build issues
 - The sandbox build creates a test environment for U-Boot that runs on the host system
-- When using `git diff`, add `--no-ext-diff` to avoid external diff tools that may not work in this environment
 - `um build` shows no output if everything was ok!
 - Remember not to cd into the build directory; run U-Boot directly in the source dir
 - Do not run in-tree builds; always use the crosfw script or 'make O=/tmp/...'