• Show log

    Commit

  • Hash : 3aa294fd
    Author : Russell Belfer
    Date : 2011-11-28T10:42:57

    Add two string git_buf_join and tweak input error checking.
    
    This commit addresses two of the comments:
    * renamed existing n-input git_buf_join to git_buf_join_n
    * added new git_buf_join that always takes two inputs
    * moved some parameter error checking to asserts
    * extended unit tests to cover new version of git_buf_join