Skip to content

sionide21/commit_message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommitMessage

Convert a commit message into a reasonable description

Installation

Add this line to your application's Gemfile:

gem 'commit_message'

And then execute:

$ bundle

Or install it yourself as:

$ gem install commit_message

Usage

For the head of a repository in the working directory:

puts CommitMessage.new

For a specific revision:

puts CommitMessage.new(revision: "master")

For a different repo:

puts CommitMessage.new(repo: "/path/to/repo")

Contributing

  1. Fork it ( https://github.com/sionide21/commit_message/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Convert a commit message into a reasonable description

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages