kmx git
login
register
thodg
/
libgit2
/
src/sysdir.c
src/sysdir.c
Log
Author
Commit
Date
CI
Message
a15d3537
2014-04-21T15:48:05
sysdir: free the path if we cannot find the file Returning an error cleared the buf, but this operation does not free the memory associated with it. Use git_buf_free() instead.
83634d38
2014-02-24T17:43:10
Move system directory cache out of utils