• Show log

    Commit

  • Hash : 458b9450
    Author : nulltoken
    Date : 2012-03-01T17:03:32

    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