• Show log

    Commit

  • Hash : 00e85927
    Author : Russell Belfer
    Date : 2013-09-23T21:52:42

    Clean up unnecessary git_buf_printf calls
    
    This replaces some git_buf_printf calls with simple calls to
    git_buf_put instead.  Also, it fixes a missing va_end inside
    the git_buf_vprintf implementation.