wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

[feature request] forgitgcm git commit message #276

Closed cocoonkid closed 1 year ago

cocoonkid commented 1 year ago

Check list

Environment info

[Feature request] forgitgcm git commit message

it would be amazing to use alias gcm to enable the user to choose from all commit messages to quickly find a similar one, edit it and apply.

Commit messages often repeat or rhyme.

Thanks for consideration.

carlfriedrich commented 1 year ago

Hi @cocoonkid, thanks for your suggestion.

This would require forgit to save a list of all commit messages, which would be something completely new to the project. For me this seems out of scope. At least I myself wouldn't need this (what kind of projects do you work on so that you have many similar messages?).

@cjappl @wfxr What do you say? Are we open for PRs on this or is this something forgit shouldn't be reponsible for?

cjappl commented 1 year ago

Yeah this seems a little out of the scope for me. I would be ok closing this issue.

On Sat, Mar 18, 2023 at 5:12 AM, Tim @.***> wrote:

Hi @.***(https://github.com/cocoonkid), thanks for your suggestion.

This would require forgit to save a list of all commit messages, which would be something completely new to the project. For me this seems out of scope. At least I myself wouldn't need this (what kind of projects do you work on so that you have many similar messages?).

@.(https://github.com/cjappl) @.(https://github.com/wfxr) What do you say? Are we open for PRs on this or is this something forgit shouldn't be reponsible for?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

cocoonkid commented 1 year ago

Understood! Thanks for taking the time!