Replies: 1 comment
-
there is same discuss exists, #132 (reply in thread) Also with v5.0.0 it is by default set to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the doc of
git-commit
says:Create a new commit containing the current contents of the index and the given log message describing the changes.
, maybeGenerate a Commit Message
should consider the contents of the git index .codecompanion.nvim/lua/codecompanion/config.lua
Line 645 in 4bec50d
change
git diff
togit diff --staged
.Beta Was this translation helpful? Give feedback.
All reactions