1. 18 May, 2014 1 commit
  2. 27 Jan, 2014 1 commit
  3. 08 Jan, 2013 1 commit
  4. 23 Aug, 2012 1 commit
  5. 14 Aug, 2012 1 commit
    • Make git_message_prettify return bytes written · 85a0e28b
      If you want to be absolutely safe with git_message_prettify, you
      can now pass a NULL pointer for the buffer and get back the number
      of bytes that would be copied into the buffer.
      
      This means that an error is a non-negative return code and a
      success will be greater than zero from this function.
      Russell Belfer committed
  6. 12 Aug, 2012 1 commit
  7. 19 Jun, 2012 1 commit
    • message: Expose git_message_prettify() · 743a4b3b
      git_commit() and git_tag() no longer prettify the
      message by default. This has to be taken care of
      by the caller.
      
      This has the nice side effect of putting the
      caller in position to actually choose to strip
      the comments or not.
      nulltoken committed
  8. 09 May, 2012 1 commit
  9. 08 May, 2012 2 commits
  10. 07 May, 2012 1 commit