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

Clean commit and tag messages #580

Closed
wants to merge 2 commits into from
Closed

Clean commit and tag messages #580

wants to merge 2 commits into from

Commits on Mar 3, 2012

  1. Copy the full SHA
    490c7e5 View commit details
    Browse the repository at this point in the history
  2. commit/tag: ensure the message is cleaned up

    'git commit' and 'git tag -a' enforce some conventions, like cleaning up excess whitespace and making sure that the last line ends with a '\n'. This fix replicates this behavior.
    
    Fix libgit2/libgit2sharp#117
    nulltoken committed Mar 3, 2012
    Copy the full SHA
    bec71a7 View commit details
    Browse the repository at this point in the history