Skip to content

Tags: vigo/kommit

Tags

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #8 from tperrier/master

Change order of commit -m "Message"

v1.0.0

Toggle v1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
binary name changed to git-kommit

v0.1.4

Toggle v0.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
News release! V0.1.4

    - added: bash completion snippet
    - we recommend: if you use it like "git-kommit", you can have
    bash completion.

    todo:
    - homebrew package!

v0.1.3

Toggle v0.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Now, kommit check if the hook is installed?

It is possible to forget to apply hook. kommit keeps continue to work
but when you are ready to make the real commit, messages are not pop!

Right now, it doesn't matter if you installed the hook or not.

Your first message addition is handling this. All you need is to add
a first message via: `kommit -m` :)

V0.1.2

Toggle V0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
New release, V0.1.2

    - added: new feature, edit messages via -e
    - update: added new information to readme file

V0.1.1

Toggle V0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
New release, V0.1.1

    - added: -c feature, checks if the hook is installed
    - changed: text wrapper width changed to 72 characters