Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

git commit --verbose #227

Closed
neumannrf opened this issue Jul 10, 2015 · 1 comment
Closed

git commit --verbose #227

neumannrf opened this issue Jul 10, 2015 · 1 comment

Comments

@neumannrf
Copy link

I would like to enable verbosity on my commit messages without having to go through "Git Plus: Run". I see 2 ways of doing this:

  1. Add a checkbox on the git-plus Settings page that says "Enable verbose commit messages" and modify the "Git Plus: Commit" command to add "--verbose" according to the checkbox.
  2. Create another command "Git Plus: Commit (verbose)" that contains the "--verbose" by default.

If this is not in your plans already, how one could go about adding this functionality? What files would I have to edit / create?

Thanks!

@akonwi
Copy link
Owner

akonwi commented Aug 7, 2015

This has been raised before at #90.

In order to implement it, you'll need to change lib/models/git-commit.coffee. This means get the diffs and add them to the the commit file

@akonwi akonwi closed this as completed Aug 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants