opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

fix(git): don't use external diff tools when getting git diff

Open muni-corn opened this issue 1 month ago • 0 comments
trafficstars

i use difftastic, and it was common for LLMs to think that no diff was provided because difftastic can eliminate enough context to make diffs person-readable, but not LLM-readable.

adding --no-ext-diff to our git diff command should help to avoid this.

muni-corn avatar Oct 17 '25 13:10 muni-corn