Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting a commit message prefix #6

Open
shreyasminocha opened this issue May 29, 2020 · 1 comment
Open

Allow setting a commit message prefix #6

shreyasminocha opened this issue May 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@shreyasminocha
Copy link

shreyasminocha commented May 29, 2020

Feature ✨

gitupdate -p "Update " . # `Update foo bar baz`
gitupdate --prefix "Update " .

Why?

I have a global githook that, among other things, verifies if the commit message begins with an uppercase letter. In the absence of this option, gitupdate doesn't work with my githook (it emits an obscure error message).

@shreyasminocha shreyasminocha added the enhancement New feature or request label May 29, 2020
@rnhurt
Copy link

rnhurt commented Jul 29, 2021

I think it would be handy, in my use case, to prefix the commit with "WIP: ".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants