You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of requiring that files have to be locally staged to generate a commit message, it would be possible to generate a commit message for a given diff, e.g. origin/main..my-feature-branch.
Instead of committing with the generated commit message it would just output message for usage elswhere.
This obviously means that the diffs would probably be too large for OpenAI - so the per-file diff solution mentioned in the roadmap would likely need to be implemented as well for this to be useful.
Why?
We'd love to be able to use this tool to generate a commit message for the entire diff in a PR!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
RobertCraigie
changed the title
Support generating a commit message for a given diff
Support generating a commit message for a given changeset
Apr 27, 2023
Feature request
Instead of requiring that files have to be locally staged to generate a commit message, it would be possible to generate a commit message for a given diff, e.g.
origin/main..my-feature-branch
.Instead of committing with the generated commit message it would just output message for usage elswhere.
This obviously means that the diffs would probably be too large for OpenAI - so the per-file diff solution mentioned in the roadmap would likely need to be implemented as well for this to be useful.
Why?
We'd love to be able to use this tool to generate a commit message for the entire diff in a PR!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: