di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.98k stars 318 forks source link

Compatibility with delta? #109

Closed thisismygitrepo closed 1 year ago

thisismygitrepo commented 1 year ago

One of the most famous convivence tools is delta https://github.com/dandavison/delta

It hacks git diff functionality to produce fancy comparison.

I think opencommit is being thrown up by the format of the output which is like vertical split of screen where left and right show old version and new version.

I concluded this upon close inspection of commit messages. Concretely, it goes about describing old code as if it is a new modification which is not true.

I'm not sure if there is an easy fix for this.

di-sukharev commented 1 year ago

hi hi

I havent seen oc describing old code as if its new. what do you suggest with delta anyway?

thisismygitrepo commented 1 year ago

I'm close this because I was telling a lie as it turns out.