1. 07 Jun, 2010 1 commit
    • Fix a bug in the git_oid_to_string() function · 552e23ba
      When git_oid_to_string() was passed a buffer size larger than
      GIT_OID_HEXSZ+1, the function placed the c-string NUL char at
      the wrong position. Fix the code to place the NUL at the end
      of the (possibly truncated) oid string.
      
      Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
      Ramsay Jones committed
  2. 02 Jun, 2010 39 commits